mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 21:17:59 -04:00
[rtl] Lint fix for unused signal in multdiv
Signed-off-by: Greg Chadwick <gac@lowrisc.org>
This commit is contained in:
parent
163cd8142a
commit
c1cfb2106e
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ module ibex_multdiv_fast #(
|
|||
end
|
||||
end
|
||||
|
||||
assign unused_mult1_res_uns = mult1_res[33:32];
|
||||
assign unused_mult1_res_uns = mult1_res_uns[33:32];
|
||||
|
||||
// States must be knwon/valid.
|
||||
`ASSERT_KNOWN(IbexMultStateKnown, mult_state_q)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue