3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2026-02-28 19:01:30 +00:00
yosys/tests
Marcelina Kościelnicka b98376884e test/arch/{ecp5,ice40}/memories.ys: Use read_verilog -defer.
These parts keep rereading a Verilog module, then using chparam
to test it with various parameter combinations.  Since the default
parameters are on the large side, this spends a lot of time
needlessly elaborating the default parametrization that will then
be discarded.  Fix it with -deref and manual hierarchy call.

Shaves 30s off the test time on my machine.
2021-08-11 14:52:38 +02:00
..
aiger
arch test/arch/{ecp5,ice40}/memories.ys: Use read_verilog -defer. 2021-08-11 14:52:38 +02:00
asicworld
bind Add support for parsing the SystemVerilog 'bind' construct 2021-07-16 09:31:39 -04:00
blif tests/blif: Add missing gitignore 2021-05-20 12:49:51 +02:00
bram
errors
fsm
hana
liberty
lut
memfile
memories memory_dff: Recognize read ports with reset / initial value. 2021-08-11 14:17:48 +02:00
opt proc_memwr: Use the v2 memwr cell. 2021-08-11 13:34:10 +02:00
opt_share
proc proc_rmdead: use explicit pattern set when there are no wildcards 2021-07-29 20:55:59 -04:00
realmath
rpc
sat
select
share
simple proc_rmdead: use explicit pattern set when there are no wildcards 2021-07-29 20:55:59 -04:00
simple_abc9 abc9: fix SCC issues (#2694) 2021-03-29 22:01:57 -07:00
smv
sva
svinterfaces Add a test for interfaces on modules loaded on-demand 2021-07-14 22:54:50 -04:00
svtypes Add v2 memory cells. 2021-08-11 13:34:10 +02:00
techmap
tools
unit
various More deadname stuff 2021-06-09 12:40:33 +02:00
verilog verilog: save and restore overwritten macro arguments 2021-07-28 21:52:16 -04:00
vloghtb Use HTTPS for website links, gatecat email 2021-06-09 12:16:56 +02:00
gen-tests-makefile.sh