mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-26 13:06:12 +00:00
QLF_TDP36K: asymmetric simulation tests
This commit is contained in:
parent
497cd021af
commit
0d1668c1ee
2 changed files with 89 additions and 0 deletions
|
@ -3,6 +3,7 @@ module TB(input clk);
|
|||
parameter ADDRESS_WIDTH = 10;
|
||||
parameter DATA_WIDTH = 36;
|
||||
parameter VECTORLEN = 16;
|
||||
parameter SHIFT_VAL = 0;
|
||||
localparam MAX_WIDTH = 36;
|
||||
|
||||
reg rce_a_testvector [VECTORLEN-1:0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue