serv/cores: fix verilog top level (use serv_rf_top instead of serv_top), working :).
This commit is contained in:
parent
2efd939d06
commit
1f9db583fd
|
@ -88,4 +88,4 @@ class SERV(CPU):
|
||||||
|
|
||||||
def do_finalize(self):
|
def do_finalize(self):
|
||||||
assert hasattr(self, "reset_address")
|
assert hasattr(self, "reset_address")
|
||||||
self.specials += Instance("serv_top", **self.cpu_params)
|
self.specials += Instance("serv_rf_top", **self.cpu_params)
|
||||||
|
|
Loading…
Reference in New Issue