OpenCores
URL https://opencores.org/ocsvn/an-fpga-implementation-of-low-latency-noc-based-mpsoc/an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk

Subversion Repositories an-fpga-implementation-of-low-latency-noc-based-mpsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /an-fpga-implementation-of-low-latency-noc-based-mpsoc/trunk/mpsoc/src_processor/lm32
    from Rev 34 to Rev 38
    Reverse comparison

Rev 34 → Rev 38

/sw/define_printf.h
0,0 → 1,6
#ifndef DEF_PRINTF_h
#define DEF_PRINTF_h
 
#include "simple-printf/printf.h"
 
#endif
/verilog/src/lm32_simtrace.v
8,6 → 8,7
// =============================================================================
 
`include "lm32_include.v"
`define DISPLAY_INST 0
 
// Index of opcode field in an instruction
`define LM32_OPCODE_RNG 31:26
85,7 → 86,7
instruction_m <= instruction_x;
instruction <= instruction_m;
 
if ((valid_w == `TRUE) && (!kill_w)) begin
if ((valid_w == `TRUE) && (!kill_w) && `DISPLAY_INST) begin
// $write ( $stime/10 );
//$writeh( " [", pc_w << 2);
//$writeh( "]\t" );

powered by: WebSVN 2.1.0

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