aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Resolve TODO with pin assignments for SRL*Eddie Hung2019-09-041-4/+2
|
* Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-09-046-5/+63
|\
| * Merge pull request #1354 from emilazy/remove-which-usewhitequark2019-09-041-3/+3
| |\ | | | | | | Replace `which` with `command -v` in Makefile too
| | * Replace `which` with `command -v` in Makefile tooEmily2019-09-041-3/+3
| | |
| * | Merge pull request #1338 from YosysHQ/eddie/deferred_topEddie Hung2019-09-043-0/+58
| |\ \ | | | | | | | | hierarchy -auto-top to work with (* top *) modules from read/read_verilog -defer
| | * | Adopt @cliffordwolf's suggestionEddie Hung2019-09-031-10/+3
| | | |
| | * | Expand test with `hierarchy' without -auto-topEddie Hung2019-09-031-0/+7
| | | |
| | * | Add `read -noverific` before readEddie Hung2019-09-031-0/+1
| | | |
| | * | Merge remote-tracking branch 'origin/master' into eddie/deferred_topEddie Hung2019-09-0372-415/+1857
| | |\ \ | | |/ / | |/| |
| * | | Merge pull request #1351 from emilazy/remove-which-useClifford Wolf2019-09-032-2/+2
| |\ \ \ | | | |/ | | |/| Use `command -v` rather than `which`
| | * | Use `command -v` rather than `which`Emily2019-09-032-2/+2
| |/ /
| | * Add constant expression attribute to testEddie Hung2019-08-291-0/+1
| | |
| | * Remove newlineEddie Hung2019-08-291-1/+0
| | |
| | * Restore non-deferred code, deferred case to ignore non constant attrEddie Hung2019-08-291-5/+12
| | |
| | * -auto-top should check $abstract (deferred) modules with (* top *)Eddie Hung2019-08-281-0/+31
| | |
| | * read_verilog -defer should still populate module attributesEddie Hung2019-08-281-5/+6
| | |
| | * Add failing testEddie Hung2019-08-281-0/+18
| | |
* | | Add commentsEddie Hung2019-09-021-1/+9
| | |
* | | Rename boxEddie Hung2019-09-021-1/+1
| | |
* | | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-09-027-22/+21
|\| |
| * | Merge branch 'master' of github.com:YosysHQ/yosysEddie Hung2019-09-026-21/+20
| |\ \
| | * \ Merge pull request #1344 from YosysHQ/eddie/ice40_signed_maccEddie Hung2019-09-013-12/+10
| | |\ \ | | | | | | | | | | ice40_dsp to allow signed multipliers
| | | * | Improve tests/ice40/macc.ys for SB_MAC16Eddie Hung2019-08-302-7/+10
| | | | |
| | | * | Do not restrict multiplier to unsignedEddie Hung2019-08-301-5/+0
| | | | |
| | * | | Merge pull request #1347 from mmicko/fix_select_error_msgClifford Wolf2019-09-011-2/+2
| | |\ \ \ | | | | | | | | | | | | Fix select command error msg, fixes issue #1081
| | | * | | Fix select command error msg, fixes issue #1081Miodrag Milanovic2019-09-011-2/+2
| | | | | |
| | * | | | Merge pull request #1346 from mmicko/fix_ecp5_cells_simDavid Shah2019-09-011-6/+7
| | |\ \ \ \ | | | |/ / / | | |/| | | Fix TRELLIS_FF simulation model
| | | * | | Fix TRELLIS_FF simulation modelMiodrag Milanovic2019-08-311-6/+7
| | |/ / /
| | * | | ecp5_gsr: Fix typoDavid Shah2019-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me>
| * | | | Recognise built-in types (e.g. $_DFF_*)Eddie Hung2019-09-021-3/+4
| |/ / /
| * | | Missing dep for test_pmgenEddie Hung2019-08-301-1/+1
| | | |
* | | | Make abc9 test a bit more interestingEddie Hung2019-08-301-1/+3
| | | |
* | | | Recognise built-in types (e.g. $_DFF_*)Eddie Hung2019-08-301-3/+3
| | | |
* | | | Remove trailing spaceEddie Hung2019-08-301-2/+2
| | | |
* | | | Merge remote-tracking branch 'origin/master' into xaig_arrivalEddie Hung2019-08-3041-33/+798
|\| | |
| * | | Merge pull request #1340 from YosysHQ/eddie/abc_no_cleanEddie Hung2019-08-304-35/+35
| |\ \ \ | | |/ / | |/| | abc9 to not call "clean" at end of run (often called outside)
| | * | Nicer formattingEddie Hung2019-08-291-1/+7
| | | |
| | * | parse_xaiger() to do "clean -purge"Eddie Hung2019-08-291-1/+1
| | | |
| | * | Output has priority over input when stitching in abc9Eddie Hung2019-08-291-13/+10
| | | |
| | * | Group abc_* attribute doc with other attributesEddie Hung2019-08-291-17/+17
| | | |
| | * | abc9 to not call "clean" at end of run (often called outside)Eddie Hung2019-08-291-3/+0
| | | |
| * | | Merge pull request #1310 from SergeyDegtyar/masterEddie Hung2019-08-3037-1/+766
| |\ \ \ | | | | | | | | | | Add new tests for ice40 architecture
| | * | | macc test fixSergeyDegtyar2019-08-301-1/+1
| | | | |
| | * | | Fix macc testSergeyDegtyar2019-08-301-1/+1
| | | | |
| | * | | div_mod test fixSergeyDegtyar2019-08-301-1/+1
| | | | |
| | * | | fix div_mod testSergeyDegtyar2019-08-301-1/+1
| | | | |
| | * | | Fix test for counterSergeyDegtyar2019-08-301-1/+1
| | | | |
| | * | | Merge branch 'master' into masterSergey2019-08-306-27/+51
| | |\ \ \
| | * | | | Add new tests.SergeyDegtyar2019-08-3010-0/+200
| | | | | |
| | * | | | Remove unnecessary common.v(assertions for testbenches).SergeyDegtyar2019-08-301-47/+0
| | | | | |