URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] - Rev 862
Directory listing | View Log | Compare with Previous | RSS feed
Last modification
- Rev 862, 2013-07-03 02:46:44 GMT
- Author: stekern
- Log message:
- sysc: avoid using orpsoc internal classes directly
The problem with using the internal classes directly is
that you have to use the internally generated name,
this in itself is perhaps not such a big issue, the issue
is that the internal name changes when the underlaying verilog
design changes.
This works around this by using the classes through the
top module, which is part of the external api.