Forum Discussion
Altera_Forum
Honored Contributor
12 years agoTo Quartus' credit, it appears to be complaining about your code before removing the registers.
Warning (12161): Node "my_interface:test_interface|my_interface.some_byte" is stuck at GND because node is in wire loop and does not have a source
i.e. maybe explore the problem with a slightly more complicated example closer to your actual problem you've run into? --- Quote Start --- However, I'm trying to use this example to show a larger problem, which is that interfaces in Quartus don't seem to properly support registers. --- Quote End --- As-is, I think I would qualify the problem further as "Quartus doesn't seem to properly support initial statements for registers in interfaces that do not have any sources to drive them", which I'm guessing is not your actual problem in your actual project.