Flip-flop clean-up

This commit is contained in:
David Harris 2021-07-17 03:10:17 -04:00
parent a8a5fa4b3c
commit 8241dd4599

View File

@ -119,9 +119,7 @@ module pagetablewalker
flop #(`XLEN) HPTWPAdrMReg(.clk(clk),
.d(HPTWPAdrE),
.q(HPTWPAdrM));
flop #(`XLEN) HPTWPAdrMReg(clk, HPTWPAdrE, HPTWPAdrM);