mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-04 09:07:42 +00:00
QLF_TDP36K: asymmetric simulation tests
This commit is contained in:
parent
0cd4a10c81
commit
d9d54e66c7
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