OpenCores
URL https://opencores.org/ocsvn/bustap-jtag/bustap-jtag/trunk

Subversion Repositories bustap-jtag

[/] [bustap-jtag/] [trunk/] [rtl/] [altera/] [virtual_jtag_adda_fifo.v] - Diff between revs 11 and 15

Show entire file | Details | Blame | View Log

Rev 11 Rev 15
Line 5... Line 5...
// Synthesizer        : QuartusII 10.1 sp1
// Synthesizer        : QuartusII 10.1 sp1
// Place and Route    : QuartusII 10.1 sp1
// Place and Route    : QuartusII 10.1 sp1
// Targets device     : Cyclone III
// Targets device     : Cyclone III
// Author             : Bibo Yang  (ash_riple@hotmail.com)
// Author             : Bibo Yang  (ash_riple@hotmail.com)
// Organization       : www.opencores.org
// Organization       : www.opencores.org
// Revision           : 2.1 
// Revision           : 2.2 
// Date               : 2012/03/15
// Date               : 2012/03/28
// Description        : addr/data capture output to debug host
// Description        : addr/data capture output to debug host
//                      via Virtual JTAG.
//                      via Virtual JTAG.
//**************************************************************
//**************************************************************
 
 
`include "jtag_sim_define.h"
`include "jtag_sim_define.h"
Line 83... Line 83...
        .sclr ());
        .sclr ());
    defparam
    defparam
        jtag_fifo.lpm_width = data_width,
        jtag_fifo.lpm_width = data_width,
        jtag_fifo.lpm_numwords = fifo_depth,
        jtag_fifo.lpm_numwords = fifo_depth,
        jtag_fifo.lpm_widthu = addr_width,
        jtag_fifo.lpm_widthu = addr_width,
        jtag_fifo.intended_device_family = "Stratix II",
        jtag_fifo.intended_device_family = "Cyclone III",
        jtag_fifo.almost_full_value = al_full_val,
        jtag_fifo.almost_full_value = al_full_val,
        jtag_fifo.almost_empty_value = al_empt_val,
        jtag_fifo.almost_empty_value = al_empt_val,
        jtag_fifo.lpm_type = "scfifo",
        jtag_fifo.lpm_type = "scfifo",
        jtag_fifo.lpm_showahead = "OFF",
        jtag_fifo.lpm_showahead = "OFF",
        jtag_fifo.overflow_checking = "ON",
        jtag_fifo.overflow_checking = "ON",

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.