aboutsummaryrefslogtreecommitdiffstats
path: root/icebox/icebox_vlog.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix icebox_vlog for up5kDavid Shah2020-06-291-1/+4
| | | | | | Since ce1d811, SHIFTREG_DIV_MODE is now 2 bits for the up5k Signed-off-by: David Shah <dave@ds0.me>
* Support custom PROGRAM_PREFIXMiodrag Milanovic2020-04-101-3/+3
|
* Only dump memory initialization in icebox_vlog if present in ASC file, fixes ↵Clifford Wolf2019-08-081-2/+3
| | | | | | #228 Signed-off-by: Clifford Wolf <clifford@clifford.at>
* icebox_vlog: Use cached re functionsMichael Buesch2019-06-081-20/+21
|
* iCE40 Ultra = iCE5LP = u4k portSimon Schubert2019-02-221-2/+2
|
* Merge pull request #167 from mithro/icebox_vlog_driversClifford Wolf2018-07-101-11/+13
|\ | | | | icebox_vlog: Better information about drivers for nets.
| * icebox_vlog: Save error message to file and print it.Tim 'mithro' Ansell2018-07-081-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously if you were doing; `icebox_vlog example.asc > example_bit.v` you would just get; ``` Traceback (most recent call last): File "icebox_vlog.py", line 947, in <module> assert False AssertionError ``` Now you get; ``` Traceback (most recent call last): File "icebox_vlog.py", line 948, in <module> assert False, "\n ".join(emsg) AssertionError: Single-driver-check failed for 2 nets: n10 has 0 drivers: [] n15 has 2 drivers: ['clk', 'clk2'] ```
| * icebox_vlog: Better information about drivers for nets.Tim 'mithro' Ansell2018-07-031-9/+10
| |
* | icebox_vlog: Fix constant LUT output.Tim 'mithro' Ansell2018-07-081-2/+2
|/
* Merge pull request #153 from mithro/lout-driverClifford Wolf2018-06-131-0/+1
|\ | | | | icebox: Fix driver detection for LUT cascade.
| * icebox: Fix driver detection for LUT cascade.Tim 'mithro' Ansell2018-06-111-0/+1
| | | | | | | | The lutff_X/lout is a driver signal.
* | icebox: Fix LUT output code.Tim 'mithro' Ansell2018-06-111-5/+5
|/ | | | sig values where "1'b0" and "1'b1" not "0" or "1".
* icebox: Allow selecting package in icebox_vlogDavid Shah2018-05-301-2/+9
| | | | Signed-off-by: David Shah <davey1576@gmail.com>
* Start UltraPlus DSP documentationDavid Shah2017-11-171-1/+2
|
* Trace DSP routingDavid Shah2017-11-171-1/+28
|
* Squelch trailing whitespaceLarry Doolittle2017-08-011-1/+1
|
* Work in progress DB. Having trouble getting group_segments to work without ↵Scott Shawcroft2017-07-071-0/+1
| | | | error.
* More work figuring out values in icebox.pyScott Shawcroft2017-06-231-1/+1
|
* Added pcf --warn-no-port support to icebox_vlogClifford Wolf2016-12-311-0/+2
|
* Typo fix in "icebox_vlog --help"Clifford Wolf2016-06-141-1/+1
|
* Renamed IceBox .txt files to .asc filesClifford Wolf2016-01-011-1/+1
|
* Added lutff_i/lout net to modelClifford Wolf2015-12-041-10/+7
|
* Bugfix in icebox_vlog.pyClifford Wolf2015-11-281-1/+1
|
* Revert "Added heuristics to further reduce LUT equations."Clifford Wolf2015-11-011-12/+5
| | | | This reverts commit 8447080d628d11a5571e715bfc5a6f5ba3d46e25.
* Added heuristics to further reduce LUT equations.ylm2015-10-261-5/+12
|
* Fixed icebox_vlog handling of negclk RAM40Clifford Wolf2015-09-101-3/+9
|
* RAM40 related bugfix in icebox_vlog.pyClifford Wolf2015-09-101-4/+8
|
* Create more efficient verilog from icebox_vlogClifford Wolf2015-08-271-13/+13
|
* Fixed "icebox_vlog -l" for 8k FPGAsClifford Wolf2015-08-271-1/+1
|
* Improved icebox_vlog -P for new iCEcube2Clifford Wolf2015-08-261-4/+5
|
* Bugfix in icebox_vlog.pyClifford Wolf2015-08-261-1/+0
|
* icebox: python3Clifford Wolf2015-08-221-7/+4
|
* Replaced calls to "python" with "python2"Clifford Wolf2015-07-301-1/+1
|
* Added icebox_vlog -cClifford Wolf2015-07-291-1/+36
|
* icebox_vlog -s bugfixClifford Wolf2015-07-291-2/+5
|
* Added ram init support to icebox_vlogClifford Wolf2015-07-211-1/+3
|
* Bugfix in icebox_vlog -sClifford Wolf2015-07-211-6/+14
|
* icebox_vlog: debug symbols and FF init valuesClifford Wolf2015-07-211-9/+47
|
* Fixed mem RCLKE/WCLKE default valuesClifford Wolf2015-07-181-5/+5
|
* Imported full dev sourcesClifford Wolf2015-07-181-7/+268
|
* Import of icestorm-snapshot-150413.zipClifford Wolf2015-07-181-78/+268
|
* Import of icestorm-snapshot-150322.zipClifford Wolf2015-07-181-0/+367