Forum Discussion
CosmoKramer
Occasional Contributor
3 years agointerface resulting in error during synthesis
I have an interface - test_int.sv this is used as a port in another module as shown below. it is declared as an array of 2 as i need two instances of this interfaces. both files are added to the ...
CosmoKramer
Occasional Contributor
3 years agothank you for replying.
I am using interface instance in my port list so that is the first place i am using it.
This is from the link you provided:
All the signals do not have to be part of all the modports in the interface. Is this a Quartus requirement?
From my understanding, we can use modports to restrict access to signals by not including them in modport.
https://www.asic-world.com/systemverilog/interface5.html
but to try it, i added all the signals to every modport like you suggested and i am still getting same error.