aboutsummaryrefslogtreecommitdiffstats
path: root/icebox
Commit message (Expand)AuthorAgeFilesLines
* added I2C and SPI for u4k to databaseNils Albartus2020-12-041-0/+192
* Fix icebox_vlog for up5kDavid Shah2020-06-291-1/+4
* icebox: Add support for the bit 1 of SHIFTREG_DIV_MODE on UP5kSylvain Munaut2020-06-031-1/+2
* Make sure that scripts find files on final installMiodrag Milanovic2020-04-141-1/+1
* icebox: fix missing DESTDIR for icebox_chipdbeine2020-04-101-6/+6
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-1011-73/+95
* Only dump memory initialization in icebox_vlog if present in ASC file, fixes ...Clifford Wolf2019-08-081-2/+3
* up5k: Fix TOPADDSUB_CARRYSELECT_0 override where it swaps with osc trimmingDavid Shah2019-07-031-1/+2
* add RGB_DRV/LED_DRV_CUR for u4kSimon Schubert2019-06-101-0/+32
* icebox_vlog: Use cached re functionsMichael Buesch2019-06-081-20/+21
* icebox_stat: Use cached re functionsMichael Buesch2019-06-081-6/+7
* icebox_maps: Use cached re functionsMichael Buesch2019-06-081-2/+3
* icebox_html: Use cached re functionsMichael Buesch2019-06-081-5/+6
* icebox_hlc2asc: Use cached re functionsMichael Buesch2019-06-081-15/+16
* icebox_explain: Use cached re functionsMichael Buesch2019-06-081-3/+4
* icebox_diff: Use cached re functionsMichael Buesch2019-06-081-1/+2
* icebox_colbuf: Use cached re functionsMichael Buesch2019-06-081-2/+3
* icebox_asc2hlc: Use cached re functionsMichael Buesch2019-06-081-18/+19
* icebox: Use cached re functionsMichael Buesch2019-06-081-63/+63
* icebox: Add helper functions to LRU cache regular expression resultsMichael Buesch2019-06-081-0/+26
* icebox: Use LRU cache for often called function tile_has_net()Michael Buesch2019-06-081-1/+3
* u4k: add SMCCLK cell locationSimon Schubert2019-02-221-0/+3
* iCE40 Ultra = iCE5LP = u4k portSimon Schubert2019-02-225-49/+316
* Merge pull request #178 from elmsfu/hlc/add_symbols_supportClifford Wolf2018-10-102-1/+43
|\
| * icebox: parse '.sym>' HLC to track signal namesElms2018-07-262-1/+43
* | Add support for cm36 and swg25tr lm4k packages.Andrew Wygle2018-08-281-16/+70
* | 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-192-8/+8
* 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
* | Merge pull request #167 from mithro/icebox_vlog_driversClifford Wolf2018-07-101-11/+13
|\ \
| * | icebox_vlog: Save error message to file and print it.Tim 'mithro' Ansell2018-07-081-3/+4
| * | icebox_vlog: Better information about drivers for nets.Tim 'mithro' Ansell2018-07-031-9/+10
| |/
* | Merge pull request #164 from mithro/global-fixClifford Wolf2018-07-101-3/+5
|\ \
| * | 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_vlog: Fix constant LUT output.Tim 'mithro' Ansell2018-07-081-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
* Merge pull request #160 from mithro/hlc-sortClifford Wolf2018-06-151-0/+41
|\
| * icebox_hlcsort: Adding a tool for canonicalizing HLC files.Tim 'mithro' Ansell2018-06-141-0/+41
* | 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-132-15/+7
|\ \
| * | HLC: Use '~>' instead of '<->' for routing switches.Tim 'mithro' Ansell2018-06-122-7/+7
| * | icebox_hlc2asc: Remove the bidirectional support.Tim 'mithro' Ansell2018-06-121-8/+0
| |/