Working CPP way of writing data
This commit is contained in:
@@ -7,11 +7,13 @@ module top_generic(
|
||||
output wire led_green,
|
||||
output wire led_red,
|
||||
|
||||
output wire[5:0] r2r
|
||||
output wire[5:0] r2r,
|
||||
output wire[7:0] LED
|
||||
);
|
||||
`include "conv.vh"
|
||||
assign led_green = 1'b0;
|
||||
assign led_red = 1'b0;
|
||||
assign LED = 8'h00;
|
||||
|
||||
// Clocking
|
||||
wire clk_100;
|
||||
@@ -27,7 +29,7 @@ module top_generic(
|
||||
wire [31:0] GPIO_C;
|
||||
wire [31:0] GPIO_D;
|
||||
|
||||
soclet #(
|
||||
mcu #(
|
||||
.memfile("../sw/sweep/sweep.hex")
|
||||
) mcu (
|
||||
.i_clk(clk_15),
|
||||
|
||||
Reference in New Issue
Block a user