Skip to content

Commit

Permalink
address warning about unused argument in HDL generation
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrolarus committed Sep 8, 2023
1 parent c675367 commit 288d6e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clash-vexriscv/src/VexRiscv.hs
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ vexRiscv#
, Signal dom (BitVector 3) -- ^ dBus_CTI
, Signal dom (BitVector 2) -- ^ dBus_BTE
)
vexRiscv# _sourcePath !_clk rst0
vexRiscv# !_sourcePath !_clk rst0
timerInterrupt
externalInterrupt
softwareInterrupt
Expand Down

0 comments on commit 288d6e2

Please sign in to comment.