Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Make one check $shift(x)? only; change testcase to be 8b" | Eddie Hung | 2019-09-13 | 2 | -5/+4 |
| | | | | This reverts commit e2c2d784c8217e4bcf29fb6b156b6a8285036b80. | ||||
* | Tidy up | Eddie Hung | 2019-09-11 | 1 | -10/+16 |
| | |||||
* | Fix UB | Eddie Hung | 2019-09-11 | 1 | -2/+2 |
| | |||||
* | Cope with presence of reset muxes too | Eddie Hung | 2019-09-11 | 2 | -4/+64 |
| | |||||
* | Cleanup | Eddie Hung | 2019-09-11 | 1 | -25/+22 |
| | |||||
* | Add more tests | Eddie Hung | 2019-09-11 | 1 | -0/+32 |
| | |||||
* | Only display log message if did_something | Eddie Hung | 2019-09-11 | 1 | -1/+1 |
| | |||||
* | Rename dffmuxext -> dffmux, also remove constants in dff+mux | Eddie Hung | 2019-09-11 | 4 | -57/+91 |
| | |||||
* | proc instead of prep | Eddie Hung | 2019-09-11 | 1 | -2/+2 |
| | |||||
* | Add unsigned case | Eddie Hung | 2019-09-11 | 1 | -0/+17 |
| | |||||
* | Missing equiv_opt -assert | Eddie Hung | 2019-09-06 | 1 | -1/+1 |
| | |||||
* | Make one check $shift(x)? only; change testcase to be 8b | Eddie Hung | 2019-09-06 | 2 | -4/+5 |
| | |||||
* | Usee equiv_opt -assert | Eddie Hung | 2019-09-06 | 1 | -3/+3 |
| | |||||
* | simple/peepopt.v tests to various/peepopt.ys with equiv_opt & select | Eddie Hung | 2019-09-05 | 2 | -21/+63 |
| | |||||
* | Revert "abc9 followed by clean otherwise netlist could be invalid for sim" | Eddie Hung | 2019-09-05 | 1 | -1/+0 |
| | | | | This reverts commit 6fe1ca633d90fb238d2671dba3d7f772c263a497. | ||||
* | Revert "parse_xaiger() to do "clean -purge"" | Eddie Hung | 2019-09-04 | 1 | -1/+1 |
| | | | | This reverts commit 5d16bf831688ff665b0ec2abd6835b71320b2db5. | ||||
* | abc9 followed by clean otherwise netlist could be invalid for sim | Eddie Hung | 2019-09-04 | 1 | -0/+1 |
| | |||||
* | Remove log_cell() calls | Eddie Hung | 2019-09-04 | 1 | -3/+0 |
| | |||||
* | Add peepopt_dffmuxext | Eddie Hung | 2019-09-04 | 3 | -0/+60 |
| | |||||
* | Add peepopt_dffmuxext tests | Eddie Hung | 2019-09-04 | 1 | -0/+8 |
| | |||||
* | Merge pull request #1338 from YosysHQ/eddie/deferred_top | Eddie Hung | 2019-09-04 | 3 | -0/+58 |
|\ | | | | | hierarchy -auto-top to work with (* top *) modules from read/read_verilog -defer | ||||
| * | Adopt @cliffordwolf's suggestion | Eddie Hung | 2019-09-03 | 1 | -10/+3 |
| | | |||||
| * | Expand test with `hierarchy' without -auto-top | Eddie Hung | 2019-09-03 | 1 | -0/+7 |
| | | |||||
| * | Add `read -noverific` before read | Eddie Hung | 2019-09-03 | 1 | -0/+1 |
| | | |||||
| * | Merge remote-tracking branch 'origin/master' into eddie/deferred_top | Eddie Hung | 2019-09-03 | 72 | -415/+1857 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1351 from emilazy/remove-which-use | Clifford Wolf | 2019-09-03 | 2 | -2/+2 |
|\ \ | | | | | | | Use `command -v` rather than `which` | ||||
| * | | Use `command -v` rather than `which` | Emily | 2019-09-03 | 2 | -2/+2 |
|/ / | |||||
* | | Merge branch 'master' of github.com:YosysHQ/yosys | Eddie Hung | 2019-09-02 | 6 | -21/+20 |
|\ \ | |||||
| * \ | Merge pull request #1344 from YosysHQ/eddie/ice40_signed_macc | Eddie Hung | 2019-09-01 | 3 | -12/+10 |
| |\ \ | | | | | | | | | ice40_dsp to allow signed multipliers | ||||
| | * | | Improve tests/ice40/macc.ys for SB_MAC16 | Eddie Hung | 2019-08-30 | 2 | -7/+10 |
| | | | | |||||
| | * | | Do not restrict multiplier to unsigned | Eddie Hung | 2019-08-30 | 1 | -5/+0 |
| | | | | |||||
| * | | | Merge pull request #1347 from mmicko/fix_select_error_msg | Clifford Wolf | 2019-09-01 | 1 | -2/+2 |
| |\ \ \ | | | | | | | | | | | Fix select command error msg, fixes issue #1081 | ||||
| | * | | | Fix select command error msg, fixes issue #1081 | Miodrag Milanovic | 2019-09-01 | 1 | -2/+2 |
| | | | | | |||||
| * | | | | Merge pull request #1346 from mmicko/fix_ecp5_cells_sim | David Shah | 2019-09-01 | 1 | -6/+7 |
| |\ \ \ \ | | |/ / / | |/| | | | Fix TRELLIS_FF simulation model | ||||
| | * | | | Fix TRELLIS_FF simulation model | Miodrag Milanovic | 2019-08-31 | 1 | -6/+7 |
| |/ / / | |||||
| * | | | ecp5_gsr: Fix typo | David Shah | 2019-08-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | | Recognise built-in types (e.g. $_DFF_*) | Eddie Hung | 2019-09-02 | 1 | -3/+4 |
|/ / / | |||||
* | | | Missing dep for test_pmgen | Eddie Hung | 2019-08-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #1340 from YosysHQ/eddie/abc_no_clean | Eddie Hung | 2019-08-30 | 4 | -35/+35 |
|\ \ \ | |/ / |/| | | abc9 to not call "clean" at end of run (often called outside) | ||||
| * | | Nicer formatting | Eddie Hung | 2019-08-29 | 1 | -1/+7 |
| | | | |||||
| * | | parse_xaiger() to do "clean -purge" | Eddie Hung | 2019-08-29 | 1 | -1/+1 |
| | | | |||||
| * | | Output has priority over input when stitching in abc9 | Eddie Hung | 2019-08-29 | 1 | -13/+10 |
| | | | |||||
| * | | Group abc_* attribute doc with other attributes | Eddie Hung | 2019-08-29 | 1 | -17/+17 |
| | | | |||||
| * | | abc9 to not call "clean" at end of run (often called outside) | Eddie Hung | 2019-08-29 | 1 | -3/+0 |
| | | | |||||
* | | | Merge pull request #1310 from SergeyDegtyar/master | Eddie Hung | 2019-08-30 | 37 | -1/+766 |
|\ \ \ | | | | | | | | | Add new tests for ice40 architecture | ||||
| * | | | macc test fix | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix macc test | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | div_mod test fix | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | fix div_mod test | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fix test for counter | SergeyDegtyar | 2019-08-30 | 1 | -1/+1 |
| | | | |