Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | wild guessing at the problem because it builds fine on my machines | N. Engelhardt | 2020-10-16 | 1 | -0/+3 |
| | |||||
* | sim -vcd: add date, version, and option for timescale | N. Engelhardt | 2020-10-16 | 1 | -0/+17 |
| | |||||
* | Bump version | Yosys Bot | 2020-10-16 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2398 from jakobwenzel/smtbmc-escape | clairexen | 2020-10-15 | 1 | -11/+29 |
|\ | | | | | smtbmc: escape identifiers in verilog testbench | ||||
| * | smtbmc: escape identifiers in verilog testbench | Jakob Wenzel | 2020-10-06 | 1 | -11/+29 |
| | | |||||
* | | Bump version | Yosys Bot | 2020-10-13 | 1 | -1/+1 |
| | | |||||
* | | extend verific library API for formal apps and generators | Miodrag Milanovic | 2020-10-12 | 1 | -15/+83 |
| | | |||||
* | | Bump version | Yosys Bot | 2020-10-09 | 1 | -1/+1 |
| | | |||||
* | | opt_clean: Better memory handling. | Marcelina Kościelnicka | 2020-10-08 | 2 | -8/+94 |
|/ | | | | | | | | Previously, `$memwr` and `$meminit` cells were always preserved (along with the memory itself). With this change, they are instead part of the main cell mark-and-sweep pass: a memory (and its `$meminit` and `$memwr` cells) is only preserved iff any associated `$memrd` cell needs to be preserved. | ||||
* | Bump version | Yosys Bot | 2020-10-06 | 1 | -1/+1 |
| | |||||
* | Update required Verific version | Miodrag Milanović | 2020-10-05 | 1 | -1/+1 |
| | |||||
* | Bump version | Yosys Bot | 2020-10-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2396 from YosysHQ/claire/empty-param | clairexen | 2020-10-02 | 1 | -0/+3 |
|\ | | | | | Ignore empty parameters in Verilog module instantiations | ||||
| * | Ignore empty parameters in Verilog module instantiations | Claire Xenia Wolf | 2020-10-01 | 1 | -0/+3 |
| | | | | | | | | | | | | Fixes #2394 Signed-off-by: Claire Xenia Wolf <claire@symbioticeda.com> | ||||
* | | Bump version | Yosys Bot | 2020-10-02 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2378 from udif/pr_dollar_high_low | clairexen | 2020-10-01 | 4 | -31/+159 |
|\ | | | | | Added $high(), $low(), $left(), $right() | ||||
| * | We can now handle array slices (e.g. $size(x[1]) etc. ) | Udi Finkelstein | 2020-09-17 | 2 | -9/+20 |
| | | |||||
| * | Fixed comments, removed debug message | Udi Finkelstein | 2020-09-16 | 1 | -5/+5 |
| | | |||||
| * | Added $high(), $low(), $left(), $right() | Udi Finkelstein | 2020-09-15 | 4 | -30/+147 |
| | | |||||
* | | Merge pull request #2380 from Xiretza/parallel-tests | clairexen | 2020-10-01 | 21 | -230/+156 |
|\ \ | | | | | | | Clean up and parallelize testsuite | ||||
| * | | tests: add gitignores for auto-generated makefiles | Xiretza | 2020-09-26 | 2 | -0/+2 |
| | | | |||||
| * | | tests/simple: remove "nullglob" shopt | Xiretza | 2020-09-21 | 1 | -1/+0 |
| | | | |||||
| * | | tests: Parallelize | Xiretza | 2020-09-21 | 3 | -9/+20 |
| | | | |||||
| * | | tests: Centralize test collection and Makefile generation | Xiretza | 2020-09-21 | 16 | -222/+136 |
| | | | |||||
* | | | Update .gitignore | David Shah | 2020-10-01 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: David Shah <dave@ds0.me> | ||||
* | | | Merge pull request #2395 from YosysHQ/sha1_if_contain_spaces | clairexen | 2020-10-01 | 1 | -2/+18 |
|\ \ \ | | | | | | | | | Use sha1 for parameter list in case if they contain spaces | ||||
| * | | | use sha1 for parameter list in case if they contain spaces | Miodrag Milanovic | 2020-09-30 | 1 | -2/+18 |
| | | | | |||||
* | | | | Bump version | Yosys Bot | 2020-10-01 | 1 | -1/+1 |
|/ / / | |||||
* | | | Fixed installation dir override for Python scripts | Miodrag Milanovic | 2020-09-30 | 1 | -6/+6 |
| | | | |||||
* | | | Bump version | Yosys Bot | 2020-09-30 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2393 from nakengelhardt/no_const_sensitivity | clairexen | 2020-09-29 | 3 | -7/+102 |
|\ \ \ | | | | | | | | | write_verilog: emit intermediate wire for constant values in sensitivity list | ||||
| * | | | add tests | N. Engelhardt | 2020-09-28 | 2 | -0/+49 |
| | | | | |||||
| * | | | write_verilog: emit intermediate wire for constant values in sensitivity list | N. Engelhardt | 2020-09-28 | 1 | -7/+53 |
| | | | | |||||
* | | | | Merge pull request #2392 from YosysHQ/mmicko/hierarchy_fix | clairexen | 2020-09-29 | 1 | -5/+7 |
|\ \ \ \ | | | | | | | | | | | Validate parameters only when they are used | ||||
| * | | | | Validate parameters only when they are used | Miodrag Milanovic | 2020-09-25 | 1 | -5/+7 |
| | | | | | |||||
* | | | | | Bump version | Yosys Bot | 2020-09-29 | 1 | -1/+1 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #2386 from btut/fix/pyinstallpath | Miodrag Milanović | 2020-09-28 | 1 | -2/+1 |
|\ \ \ \ | | | | | | | | | | | Fixed python installation path | ||||
| * | | | | Fixed python installation path | Benedikt Tutzer | 2020-09-25 | 1 | -2/+1 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | The path where python expects it's libraries seems to change from operating system to operating system, but can be querried from the site package. | ||||
* | | | | Merge pull request #2387 from btut/fix/pythonWrappersCXXFlags | N. Engelhardt | 2020-09-28 | 1 | -1/+1 |
|\ \ \ \ | |/ / / |/| | | | Use CXXFLAGS to enable pyosys specific code before generating wrappers | ||||
| * | | | Use CXXFLAGS to enable pyosys specific code before generating wrappers | Benedikt Tutzer | 2020-09-25 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | | | | The .pyh files were generated without the CXXFLAGS. This meant that code marked by the WITH_PYTHON flag was excluded. This is fixed by adding the flag in the rule for .pyh files. | ||||
* | | | Bump version | Yosys Bot | 2020-09-24 | 1 | -1/+1 |
| | | | |||||
* | | | xilinx: do not make DSP48E1 a whitebox for ABC9 by default (#2325) | Eddie Hung | 2020-09-23 | 3 | -17/+102 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * xilinx: eliminate SCCs from DSP48E1 model * xilinx: add SCC test for DSP48E1 * Update techlibs/xilinx/cells_sim.v * xilinx: Gate DSP48E1 being a whitebox behind ALLOW_WHITEBOX_DSP48E1 Have a test that checks it works through ABC9 when enabled | ||||
* | | | Merge pull request #2384 from nakengelhardt/fix_2383 | Miodrag Milanović | 2020-09-23 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | switch argument order to work with macOS getopt | ||||
| * | | | switch argument order to work with macOS getopt | N. Engelhardt | 2020-09-23 | 1 | -1/+1 |
|/ / / | |||||
* | | | Bump version | Yosys Bot | 2020-09-22 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2372 from nakengelhardt/name_is_public | N. Engelhardt | 2020-09-21 | 14 | -25/+27 |
|\ \ \ | |/ / |/| | | add IdString::isPublic() | ||||
| * | | use the new isPublic() in a few places | N. Engelhardt | 2020-09-14 | 13 | -25/+25 |
| | | | |||||
| * | | add IdString::isPublic() | N. Engelhardt | 2020-09-03 | 1 | -0/+2 |
| | | | |||||
* | | | Bump version | Yosys Bot | 2020-09-19 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #2381 from YosysHQ/unsupported | clairexen | 2020-09-18 | 1 | -2/+8 |
|\ \ \ | | | | | | | | | Better error for unsupported SVA sequence |