mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-11 06:05:49 +00:00
Fixed some issues with the SDC having a different counter. When this is copied into synthesis the file names where the same and it gave a conflict.
Remove preload from dtim.
This commit is contained in:
parent
37451b8978
commit
3bdda9687a
@ -25,7 +25,7 @@
|
|||||||
|
|
||||||
`include "wally-config.vh"
|
`include "wally-config.vh"
|
||||||
|
|
||||||
module dtim #(parameter BASE=0, RANGE = 65535, string PRELOAD="") (
|
module dtim #(parameter BASE=0, RANGE = 65535) (
|
||||||
input logic HCLK, HRESETn,
|
input logic HCLK, HRESETn,
|
||||||
input logic HSELTim,
|
input logic HSELTim,
|
||||||
input logic [31:0] HADDR,
|
input logic [31:0] HADDR,
|
||||||
|
@ -103,7 +103,7 @@ module uncore (
|
|||||||
end
|
end
|
||||||
|
|
||||||
if (`BOOTTIM_SUPPORTED) begin : bootdtim
|
if (`BOOTTIM_SUPPORTED) begin : bootdtim
|
||||||
dtim #(.BASE(`BOOTTIM_BASE), .RANGE(`BOOTTIM_RANGE), .PRELOAD("blink-led.mem"))
|
dtim #(.BASE(`BOOTTIM_BASE), .RANGE(`BOOTTIM_RANGE))
|
||||||
bootdtim(
|
bootdtim(
|
||||||
.HCLK, .HRESETn,
|
.HCLK, .HRESETn,
|
||||||
.HSELTim(HSELBootTim), .HADDR,
|
.HSELTim(HSELBootTim), .HADDR,
|
||||||
|
Loading…
Reference in New Issue
Block a user