Small formatting change

This commit is contained in:
WilliamMiceli
2019-03-16 13:44:44 -04:00
parent b621f5a46b
commit 934c73e899

View File

@@ -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
);