3
0
Fork 0
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:
Krystine Sherwin 2023-12-01 20:47:39 +13:00 committed by Martin Povišer
parent 497cd021af
commit 0d1668c1ee
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];