3 lines
76 B
Python
3 lines
76 B
Python
|
def handler(memory, ns, clk, rst):
|
||
|
return "/* TODO: implement memory */\n"
|