Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup | Miodrag Milanovic | 2022-01-31 | 2 | -3/+2 |
| | |||||
* | message update | Miodrag Milanovic | 2022-01-31 | 1 | -1/+1 |
| | |||||
* | Display simulation time data | Miodrag Milanovic | 2022-01-31 | 3 | -2/+27 |
| | |||||
* | Use edges when explicit | Miodrag Milanovic | 2022-01-31 | 1 | -1/+5 |
| | |||||
* | Updating initial state and checks | Miodrag Milanovic | 2022-01-31 | 1 | -15/+28 |
| | |||||
* | Fix scope | Miodrag Milanovic | 2022-01-31 | 1 | -1/+1 |
| | |||||
* | check if stop before start | Miodrag Milanovic | 2022-01-28 | 1 | -0/+3 |
| | |||||
* | set initial state, only flip-flops | Miodrag Milanovic | 2022-01-28 | 1 | -1/+28 |
| | |||||
* | ignore not found private signals | Miodrag Milanovic | 2022-01-28 | 2 | -2/+4 |
| | |||||
* | preserve VCD mangled names | Miodrag Milanovic | 2022-01-28 | 1 | -1/+3 |
| | |||||
* | detect edges even when x | Miodrag Milanovic | 2022-01-28 | 1 | -2/+2 |
| | |||||
* | recursive check | Miodrag Milanovic | 2022-01-28 | 1 | -26/+34 |
| | |||||
* | cleanup | Miodrag Milanovic | 2022-01-28 | 2 | -14/+1 |
| | |||||
* | Do actual compare | Miodrag Milanovic | 2022-01-28 | 3 | -77/+63 |
| | |||||
* | Fix for limit_range_end when not writing vcd | Miodrag Milanovic | 2022-01-28 | 1 | -0/+9 |
| | |||||
* | Add more options and time handling | Miodrag Milanovic | 2022-01-28 | 3 | -2/+106 |
| | |||||
* | update version | Miodrag Milanovic | 2022-01-26 | 1 | -1/+1 |
| | |||||
* | Display values of outputs | Miodrag Milanovic | 2022-01-26 | 1 | -12/+10 |
| | |||||
* | Fix tabs/spaces | Miodrag Milanovic | 2022-01-26 | 1 | -31/+31 |
| | |||||
* | Check if stimulated | Miodrag Milanovic | 2022-01-26 | 1 | -0/+14 |
| | |||||
* | Read fst and use data to set inputs | Miodrag Milanovic | 2022-01-26 | 1 | -10/+92 |
| | |||||
* | Add fstdata helper class | Miodrag Milanovic | 2022-01-26 | 3 | -1/+348 |
| | |||||
* | Cleanup of config to support platforms | Miodrag Milanovic | 2022-01-26 | 1 | -20/+13 |
| | |||||
* | Add ability to write to FST file | Miodrag Milanovic | 2022-01-26 | 1 | -11/+109 |
| | |||||
* | Add FST library | Miodrag Milanovic | 2022-01-25 | 10 | -0/+9857 |
| | |||||
* | Bump version | github-actions[bot] | 2022-01-20 | 1 | -1/+1 |
| | |||||
* | nexus: Fix BB sim model | gatecat | 2022-01-19 | 1 | -2/+2 |
| | | | | Signed-off-by: gatecat <gatecat@ds0.me> | ||||
* | Removed dbits 8 since 9 will always be picked | Miodrag Milanovic | 2022-01-19 | 1 | -2/+0 |
| | |||||
* | Merge pull request #3120 from Icenowy/anlogic-bram | Miodrag Milanović | 2022-01-19 | 8 | -2/+283 |
|\ | | | | | anlogic: support BRAM mapping | ||||
| * | anlogic: support BRAM mapping | Icenowy Zheng | 2021-12-17 | 8 | -2/+283 |
| | | | | | | | | | | | | | | | | | | | | | | Anlogic FPGAs all have two kinds of BRAMs, one is 9bit*1K when being true dual port (or 18bit*512 when simple dual port), the other is 16bit*2K. Supports mapping of these two kinds of BRAMs. 9Kbit BRAM in SDP mode and 32Kbit BRAM with 8bit width are not support yet. Signed-off-by: Icenowy Zheng <icenowy@aosc.io> | ||||
* | | Bump version | github-actions[bot] | 2022-01-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #3162 from YosysHQ/mmicko/windows_guidelines | Miodrag Milanović | 2022-01-17 | 1 | -0/+23 |
|\ \ | | | | | | | Add info about VS build | ||||
| * | | Update guidelines/Windows | Miodrag Milanović | 2022-01-17 | 1 | -1/+1 |
| | | | | | | | | | Co-authored-by: N. Engelhardt <nakengelhardt@gmail.com> | ||||
| * | | Add info about VS build | Miodrag Milanović | 2022-01-17 | 1 | -0/+23 |
| | | | |||||
* | | | Merge pull request #3145 from nakengelhardt/advertise_suite_in_readme | N. Engelhardt | 2022-01-17 | 1 | -6/+17 |
|\ \ \ | |/ / |/| | | mention tabby+oss cad suite in readme | ||||
| * | | mention distributions' package manager | N. Engelhardt | 2022-01-17 | 1 | -0/+1 |
| | | | |||||
| * | | mention tabby+oss cad suite in readme | N. Engelhardt | 2022-01-04 | 1 | -6/+16 |
| | | | |||||
* | | | Bump version | github-actions[bot] | 2022-01-12 | 1 | -1/+1 |
| | | | |||||
* | | | Forgot one | Miodrag Milanovic | 2022-01-11 | 1 | -1/+1 |
| | | | |||||
* | | | Change url to https | Miodrag Milanovic | 2022-01-11 | 2 | -2/+2 |
| | | | |||||
* | | | Next dev cycle | Miodrag Milanovic | 2022-01-11 | 2 | -2/+5 |
| | | | |||||
* | | | Release version 0.13 | Miodrag Milanovic | 2022-01-11 | 2 | -3/+3 |
| | | | |||||
* | | | Update CHANGELOG | Miodrag Milanovic | 2022-01-11 | 1 | -6/+19 |
| | | | |||||
* | | | Bump version | github-actions[bot] | 2022-01-09 | 1 | -1/+1 |
| | | | |||||
* | | | sv: auto add nosync to certain always_comb local vars | Zachary Snow | 2022-01-07 | 10 | -0/+265 |
| | | | | | | | | | | | | | | | If a local variable is always assigned before it is used, then adding nosync prevents latches from being needlessly generated. | ||||
* | | | sv: fix size cast internal expression extension | Zachary Snow | 2022-01-07 | 4 | -2/+156 |
| | | | |||||
* | | | Bump version | github-actions[bot] | 2022-01-05 | 1 | -1/+1 |
| | | | |||||
* | | | logger: fix unmatched expected warnings and errors | Zachary Snow | 2022-01-04 | 2 | -11/+53 |
| | | | | | | | | | | | | | | | | | | | | | | | | - Prevent unmatched expected error patterns from self-matching - Prevent infinite recursion on unmatched expected warnings - Always print the error message for unmatched error patterns - Add test coverage for all unmatched message types - Add test coverage for excess matched logs and warnings | ||||
* | | | opt_dff: fix sequence point copy paste bug | Austin Seipp | 2022-01-04 | 1 | -1/+1 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Newer GCCs emit the following warning for opt_dff: passes/opt/opt_dff.cc:560:17: warning: operation on ‘ff.Yosys::FfData::has_clk’ may be undefined [-Wsequence-point] 560 | ff.has_clk = ff.has_ce = ff.has_clk = false; | ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Which is correct: the order of whether the read or write of has_clk occurs first is undefined since there is no sequence point between them. This is almost certainly just a typo/copy paste error and objectively wrong, so just fix it. Signed-off-by: Austin Seipp <aseipp@pobox.com> | ||||
* | | manual: Fix cell-stmt order | gatecat | 2022-01-03 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: gatecat <gatecat@ds0.me> |