mirror of https://github.com/efabless/caravel.git
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:
parent
b9fdac94ff
commit
ec93c72d18
|
@ -28,7 +28,7 @@ module simple_por(
|
|||
output por_l
|
||||
);
|
||||
|
||||
wire mid, porb_h;
|
||||
wire mid;
|
||||
reg inode;
|
||||
|
||||
// This is a behavioral model! Actual circuit is a resitor dumping
|
||||
|
|
Loading…
Reference in New Issue