Forum Discussion

PElm's avatar
PElm
Icon for New Contributor rankNew Contributor
4 years ago

SystemVerilog static variables

I have a problem with local variables in SystemVerilog/Quartus. static seems not to be working as expected. The following code generates no output(led constant). always @(posedge clk) begin : P...