3
0
Fork 0
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:
Krystine Sherwin 2023-12-01 20:47:39 +13:00
parent 0cd4a10c81
commit d9d54e66c7
No known key found for this signature in database
2 changed files with 89 additions and 0 deletions

View file

@ -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];