mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Merge branch 'main' into cache
This commit is contained in:
commit
4ae1df1290
@ -62,7 +62,7 @@ module muldiv (
|
|||||||
// Divide
|
// Divide
|
||||||
|
|
||||||
// *** replace this clock gater
|
// *** replace this clock gater
|
||||||
always @(posedge clk) begin
|
always @(negedge clk) begin
|
||||||
enable_q <= ~StallM;
|
enable_q <= ~StallM;
|
||||||
end
|
end
|
||||||
assign gclk = enable_q & clk;
|
assign gclk = enable_q & clk;
|
||||||
|
@ -251,7 +251,7 @@ def writeVectors(a, xlen, storecmd):
|
|||||||
##################################
|
##################################
|
||||||
|
|
||||||
# change these to suite your tests
|
# change these to suite your tests
|
||||||
tests = ["timerM", "timerS", "timerU", "softwareM", "softwareS", "softwareU"]
|
tests = ["timerM"] #, "timerS", "timerU", "softwareM", "softwareS", "softwareU"]
|
||||||
author = "ushakya@hmc.edu"
|
author = "ushakya@hmc.edu"
|
||||||
xlens = [64, 32]
|
xlens = [64, 32]
|
||||||
numrand = 100;
|
numrand = 100;
|
||||||
|
Loading…
Reference in New Issue
Block a user