slicc: Controllers attached to Sequencers no longer have to be named L1Cache.
This commit is contained in:
@@ -499,6 +499,13 @@ $c_ident::$c_ident(const Params *p)
|
||||
code('''
|
||||
m_${{seq}}_ptr->setController(this);
|
||||
''')
|
||||
|
||||
else:
|
||||
for seq in sequencers:
|
||||
code('''
|
||||
m_${{seq}}_ptr->setController(this);
|
||||
''')
|
||||
|
||||
#
|
||||
# For the DMA controller, pass the sequencer a pointer to the
|
||||
# controller.
|
||||
|
||||
Reference in New Issue
Block a user