aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/icebox_hlc2asc.py
Commit message (Expand)AuthorAgeFilesLines
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-4/+4
* icebox_hlc2asc: Use cached re functionsMichael Buesch2019-06-081-15/+16
* Merge pull request #178 from elmsfu/hlc/add_symbols_supportClifford Wolf2018-10-101-0/+20
|\
| * icebox: parse '.sym>' HLC to track signal namesElms2018-07-261-0/+20
* | Add 5k support to hlc2asc.Keith Rothman2018-08-091-0/+3
|/
* icebox_hlc2asc: fix _lut_ keyword parsingElms2018-07-191-1/+1
* Spelling fixes in messagesLarry Doolittle2018-07-191-7/+7
* hlc: Use glb_network for current device.Tim 'mithro' Ansell2018-07-161-14/+16
* Merge pull request #168 from elmsfu/hlc2asc/verilog_literal_ram_dataClifford Wolf2018-07-101-8/+42
|\
| * icebox_hlc2asc: Allow data of ram to use verilog literal formatElms2018-07-031-8/+42
* | icebox_hlc2asc: Allow io_X/GLOBAL_OUTPUT_BUFFERTim 'mithro' Ansell2018-06-221-1/+3
* | icebox_hlc2asc: Fix spelling in error message.Tim 'mithro' Ansell2018-06-221-2/+2
|/
* icebox_hlc2asc: update to support device by familyElms2018-06-201-3/+3
* icebox_hlc2asc: Adding more descriptive errors messagesElms2018-06-201-24/+27
* icebox_hlc2asc: Set LUT bits to zero by default.Tim 'mithro' Ansell2018-06-151-2/+2
* icebox: Fix issue introduced by f7e9fec63a3f88bee8c27e858da319ea03d68d14Tim 'mithro' Ansell2018-06-141-2/+2
* Merge pull request #151 from mithro/hlc-lut-initClifford Wolf2018-06-131-2/+13
|\
| * icebox_hlc2asc: Allow truth tables to be specified as init string.Joel Holdsworth2018-06-111-2/+13
* | Merge pull request #158 from mithro/remove-bidir-hlcClifford Wolf2018-06-131-14/+6
|\ \
| * | HLC: Use '~>' instead of '<->' for routing switches.Tim 'mithro' Ansell2018-06-121-6/+6
| * | icebox_hlc2asc: Remove the bidirectional support.Tim 'mithro' Ansell2018-06-121-8/+0
| |/
* / icebox_hlc2asc: Accept device types such as HX1KJoel Holdsworth2018-06-111-1/+3
|/
* Improve error message.Tim 'mithro' Ansell2018-06-041-3/+10
* Allow routing (bidir) entries to be looked up in either direction.Tim 'mithro' Ansell2018-06-011-4/+37
* Better error message when bit pattern is missing.Tim 'mithro' Ansell2018-05-301-3/+11
* Allow prefixes in multiple chained statements.Tim 'mithro' Ansell2018-05-301-2/+9
* Support both `abc/123` and `123` forms of specifying tracks.Tim 'mithro' Ansell2018-05-301-0/+14
* icebox: Put .hlc converters under ISC licenseRoland Lutz2017-09-021-0/+1063
|\
| * icebox: Fix parsing of IO block special wiresRoland Lutz2017-08-271-5/+5
| * icebox: Fix parsing of PLL directiveRoland Lutz2017-08-271-1/+4
| * icebox: Give useful error messages for .hlc parsing errorsRoland Lutz2017-08-271-12/+18
* | Removed files that are under GNU licensesClifford Wolf2017-08-311-1052/+0
|/
* Implement high-level configuration formatClifford Wolf2017-08-251-0/+1052