Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
9 years ago

Funny Internal Error: Sub-system: VRFX

I found a funny bug in quartus_map. it crash when compiling the following module: module crashtest( input clk, input rst ); reg loc_reset = 0; always @(posedge clk or posed...