Commit 19fdec39 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski

wrc_lm32: added missing includes

parent 261ab75a
// Modified by GSI to use simple positive edge clocking and the JTAG capture state
`include "lm32_include.v"
module jtag_cores (
input [7:0] reg_d,
input [2:0] reg_addr_d,
......
......@@ -2,6 +2,8 @@
`define ACK_DELAY 8 /* Give the JTAG core time to latch after a write */
`include "lm32_include.v"
module jtag_wb (
clk_i,
DAT_I,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment