fake_rom2.pt
来自「自动生成VERILOG 工具」· PT 代码 · 共 22 行
PT
22 行
port fakeport vars r0:zero, r1:one, r2:two, r3:three;
module fake_rom(zero, one, two, three);
output [:] zero, one, two, three;
assign zero = 8'd65;
assign one = 8'd66;
assign two = 8'd67;
assign three = 8'd10;
endmodule
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?