Commit be2d0b29 authored by Denia Bouhired-Ferrag's avatar Denia Bouhired-Ferrag

File contained instructions to modify wbgen2 generated vhdl. This is no longer…

File contained instructions to modify wbgen2 generated vhdl. This is no longer required as explained in the file
parent d1913485
IMPORTANT NOTE (ADDED 03/10/2017 BY DENIA BOUHIRED)
=================================
The manual changes to conv_regs.vhd are no longer necessary. They concern adding
an ack signal everytime the tag buffer is read. These modifications have been replaced
by a single field in the conv_regs.wb file, that is, the line:
ack_read = "reg_tb_rd_req_p_o";
has been added in the TBMR register description. The modifications required
below are now automatically handled by wbgen2.
conv_regs.wb
============
......@@ -5,7 +16,7 @@ If you change the FIFO width in the top-level conv_ttl_blo.vhd, you need to
also change the width of the USEDW field.
conv_regs.vhd
conv_regs.vhd (MODIFICATIONS NO LONGER REQUIRED, SEE NOTE ABOVE)
=============
You need to make some changes to this file after EVERY RUN of wbgen2:
......
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