Small formatting change
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
`timescale 1ns / 1ps
|
||||
|
||||
module CPU9bits(input wire [8:0] instr,
|
||||
module CPU9bits(
|
||||
input wire [8:0] instr,
|
||||
input wire reset, clk,
|
||||
output wire done
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user