Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "Add "-W' wire delay arg to abc9, use from synth_xilinx" | Eddie Hung | 2019-06-12 | 1 | -0/+5 |
| | | | | This reverts commit 2dffa4685b830313204f5d04314a14ed6ecac8ec. | ||||
* | Add "-W' wire delay arg to abc9, use from synth_xilinx | Eddie Hung | 2019-06-11 | 1 | -5/+0 |
| | |||||
* | Fine tune aigerparse | Eddie Hung | 2019-06-07 | 1 | -62/+27 |
| | |||||
* | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-07 | 7 | -832/+924 |
|\ | |||||
| * | Fix spacing from spaces to tabs | Eddie Hung | 2019-06-07 | 1 | -362/+362 |
| | | |||||
| * | Fix spacing (entire file is wrong anyway, will fix later) | Eddie Hung | 2019-06-07 | 1 | -3/+3 |
| | | |||||
| * | Remove unnecessary std::getline() for ASCII | Eddie Hung | 2019-06-07 | 1 | -3/+0 |
| | | |||||
| * | Fix read_aiger -- create zero driver, fix init width, parse 'b' | Eddie Hung | 2019-06-07 | 2 | -13/+52 |
| | | |||||
| * | Fixes and cleanups in AST_TECALL handling | Clifford Wolf | 2019-06-07 | 3 | -46/+34 |
| | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | Merge branch 'pr_elab_sys_tasks' of https://github.com/udif/yosys into ↵ | Clifford Wolf | 2019-06-07 | 6 | -5/+64 |
| |\ | | | | | | | | | | clifford/pr983 | ||||
| | * | Initial implementation of elaboration system tasks | Udi Finkelstein | 2019-05-03 | 6 | -5/+64 |
| | | | | | | | | | | | | | | | | | | | | | (IEEE1800-2017 section 20.11) This PR allows us to use $info/$warning/$error/$fatal **at elaboration time** within a generate block. This is very useful to stop a synthesis of a parametrized block when an illegal combination of parameters is chosen. | ||||
| * | | Cleanup tux3-implicit_named_connection | Clifford Wolf | 2019-06-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Merge branch 'implicit_named_connection' of https://github.com/tux3/yosys ↵ | Clifford Wolf | 2019-06-07 | 1 | -1/+10 |
| |\ \ | | | | | | | | | | | | | into tux3-implicit_named_connection | ||||
| | * | | SystemVerilog support for implicit named port connections | tux3 | 2019-06-06 | 1 | -9/+17 |
| | | | | | | | | | | | | | | | | | | | | This is the `foo foo(.port1, .port2);` SystemVerilog syntax introduced in IEEE1800-2005. | ||||
* | | | | Merge remote-tracking branch 'origin/eddie/muxpack' into xc7mux | Eddie Hung | 2019-06-06 | 1 | -10/+14 |
|\| | | | |||||
| * | | | Merge pull request #1060 from antmicro/parsing_attr_on_port_conn | Clifford Wolf | 2019-06-06 | 1 | -10/+14 |
| |\ \ \ | | |/ / | |/| | | Added support for parsing attributes on port connections. | ||||
| | * | | Fixed memory leak. | Maciej Kurc | 2019-06-05 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
| | * | | Added support for parsing attributes on port connections. | Maciej Kurc | 2019-05-31 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Maciej Kurc <mkurc@antmicro.com> | ||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-06-03 | 1 | -0/+11 |
|\| | | | |||||
| * | | | Only support Symbiotic EDA flavored Verific | Clifford Wolf | 2019-06-02 | 1 | -0/+8 |
| |/ / | | | | | | | | | | Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
| * | | Enable Verific flag veri_elaborate_top_level_modules_having_interface_ports, ↵ | Clifford Wolf | 2019-05-30 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | fixes #1055 Signed-off-by: Clifford Wolf <clifford@clifford.at> | ||||
* | | | Assert that box_unique_id is indeed unique | Eddie Hung | 2019-06-03 | 1 | -2/+3 |
| | | | |||||
* | | | Skip internal modules when generating box_unique_id | Eddie Hung | 2019-06-03 | 1 | -0/+1 |
| | | | |||||
* | | | parse_xaiger to cope with flops | Eddie Hung | 2019-05-31 | 2 | -83/+123 |
| | | | |||||
* | | | Merge branch 'xaig' into xc7mux | Eddie Hung | 2019-05-31 | 1 | -0/+18 |
|\ \ \ | |||||
| * | | | Move clean from aigerparse to abc9 | Eddie Hung | 2019-04-23 | 1 | -2/+0 |
| | | | | |||||
| * | | | Tidy up | Eddie Hung | 2019-04-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Revert "Temporarily remove 'r' extension" | Eddie Hung | 2019-04-22 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | This reverts commit eaf3c247729365cec776e147f380ce59f7dccd4d. | ||||
* | | | | read_xaiger() to name box signals | Eddie Hung | 2019-05-30 | 1 | -4/+8 |
| | | | | |||||
* | | | | Remove whitespace | Eddie Hung | 2019-05-30 | 1 | -1/+0 |
| | | | | |||||
* | | | | Carry in/out to be the last input/output for chains to be preserved | Eddie Hung | 2019-05-30 | 1 | -0/+38 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/master' into xc7mux | Eddie Hung | 2019-05-28 | 6 | -15/+61 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge branch 'master' into wandwor | Stefan Biereigel | 2019-05-27 | 5 | -14/+47 |
| |\ \ \ | |||||
| | * \ \ | Merge pull request #1044 from mmicko/invalid_width_range | Clifford Wolf | 2019-05-27 | 1 | -1/+2 |
| | |\ \ \ | | | | | | | | | | | | | Give error instead of asserting for invalid range, fixes #947 | ||||
| | | * | | | Give error instead of asserting for invalid range, fixes #947 | Miodrag Milanovic | 2019-05-27 | 1 | -1/+2 |
| | | | | | | |||||
| | * | | | | Added support for unsized constants, fixes #1022 | Miodrag Milanovic | 2019-05-27 | 5 | -13/+45 |
| | |/ / / | | | | | | | | | | | | | | | | Includes work from @sumit0190 and @AaronKel | ||||
| * | | | | remove leftovers from ast data structures | Stefan Biereigel | 2019-05-27 | 2 | -4/+0 |
| | | | | | |||||
| * | | | | move wand/wor resolution into hierarchy pass | Stefan Biereigel | 2019-05-27 | 1 | -97/+14 |
| | | | | | |||||
| * | | | | fix assignment of non-wires | Stefan Biereigel | 2019-05-23 | 1 | -16/+19 |
| | | | | | |||||
| * | | | | fix indentation across files | Stefan Biereigel | 2019-05-23 | 4 | -63/+83 |
| | | | | | |||||
| * | | | | implementation for assignments working | Stefan Biereigel | 2019-05-23 | 3 | -14/+83 |
| | | | | | |||||
| * | | | | make lexer/parser aware of wand/wor net types | Stefan Biereigel | 2019-05-23 | 3 | -2/+10 |
| |/ / / | |||||
* | | | | read_aiger to only clean own design | Eddie Hung | 2019-05-28 | 1 | -0/+6 |
| | | | | |||||
* | | | | Parse "a" extension and boxes from map file | Eddie Hung | 2019-05-27 | 1 | -41/+60 |
| | | | | |||||
* | | | | Remove unused function | Eddie Hung | 2019-05-27 | 1 | -23/+0 |
| | | | | |||||
* | | | | parse_xaiger to not parse symbol table | Eddie Hung | 2019-05-27 | 1 | -64/+0 |
| | | | | |||||
* | | | | Instantiate cell type (from sym file) otherwise 'clean' warnings | Eddie Hung | 2019-05-27 | 1 | -3/+6 |
| | | | | |||||
* | | | | Add 'cinput' and 'coutput' to symbols file for boxes | Eddie Hung | 2019-05-27 | 1 | -0/+35 |
| | | | | |||||
* | | | | Merge remote-tracking branch 'origin/eddie/opt_rmdff' into xc7mux | Eddie Hung | 2019-05-23 | 1 | -5/+9 |
|\| | | | |||||
| * | | | Rename label | Eddie Hung | 2019-05-21 | 1 | -6/+5 |
| | | | |