Modified simple_por.v RTL to avoid the wire declaration that "cvc"

doesn't like (even though it's perfectly legal).
This commit is contained in:
Tim Edwards 2021-12-08 12:16:19 -05:00
parent b9fdac94ff
commit ec93c72d18
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ module simple_por(
output por_l output por_l
); );
wire mid, porb_h; wire mid;
reg inode; reg inode;
// This is a behavioral model! Actual circuit is a resitor dumping // This is a behavioral model! Actual circuit is a resitor dumping