This website requires JavaScript.
Explore
Help
Register
Sign In
github.com
/
YosysHQ.yosys
Watch
1
Star
0
Fork
0
You've already forked YosysHQ.yosys
mirror of
synced
2026-01-24 03:27:10 +00:00
Code
Issues
Releases
Wiki
Activity
YosysHQ.yosys
/
tests
/
memories
History
David Shah
d45936fe5f
memory_dff: Fix checking of feedback mux input when more than one mux
...
Signed-off-by: David Shah <dave@ds0.me>
2019-07-02 13:35:50 +01:00
..
.gitignore
…
amber23_sram_byte_en.v
…
firrtl_938.v
Fix
#938
- Crash occurs in case when use write_firrtl command
2019-05-01 13:16:01 -07:00
implicit_en.v
Added translation from read-feedback to en-signals in memory_share
2014-07-18 16:46:40 +02:00
issue00335.v
Add testcase from
#335
, fixed by
#1130
2019-06-25 08:43:58 -07:00
issue00710.v
Add test
2019-06-24 18:32:58 -07:00
no_implicit_en.v
Fixed bug in memory_share feedback-to-en code
2014-07-19 15:32:14 +02:00
read_two_mux.v
memory_dff: Fix checking of feedback mux input when more than one mux
2019-07-02 13:35:50 +01:00
run-test.sh
memory_dff: Fix checking of feedback mux input when more than one mux
2019-07-02 13:35:50 +01:00
shared_ports.v
Added SAT-based write-port sharing to memory_share
2014-07-19 15:33:55 +02:00
simple_sram_byte_en.v
…