OpenCores
URL https://opencores.org/ocsvn/minsoc/minsoc/trunk

Subversion Repositories minsoc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /minsoc/trunk
    from Rev 70 to Rev 69
    Reverse comparison

Rev 70 → Rev 69

/backend/spartan3a_dsp_kit/minsoc_bench_defines.v
1,3 → 1,6
 
`timescale 1ns/100ps
 
//set RTL for simulation, override FPGA specific definitions (JTAG TAP, MEMORY and CLOCK DIVIDER)
`define GENERIC_FPGA
`define MEMORY_MODEL //simulation uses a memory model enabling INITIALIZE_MEMORY_MODEL. If you comment this, START_UP might be interesting.
/backend/std/minsoc_bench_defines.v
1,3 → 1,6
 
`timescale 1ns/100ps
 
//set RTL for simulation, override FPGA specific definitions (JTAG TAP, MEMORY and CLOCK DIVIDER)
`define GENERIC_FPGA
`define MEMORY_MODEL //simulation uses a memory model enabling INITIALIZE_MEMORY_MODEL. If you comment this, START_UP might be interesting.
/backend/spartan3e_starter_kit/minsoc_bench_defines.v
1,3 → 1,6
 
`timescale 1ns/100ps
 
//set RTL for simulation, override FPGA specific definitions (JTAG TAP, MEMORY and CLOCK DIVIDER)
`define GENERIC_FPGA
`define MEMORY_MODEL //simulation uses a memory model enabling INITIALIZE_MEMORY_MODEL. If you comment this, START_UP might be interesting.
/backend/spartan3e_starter_kit_eth/minsoc_bench_defines.v
1,3 → 1,6
 
`timescale 1ns/100ps
 
//set RTL for simulation, override FPGA specific definitions (JTAG TAP, MEMORY and CLOCK DIVIDER)
`define GENERIC_FPGA
`define MEMORY_MODEL //simulation uses a memory model enabling INITIALIZE_MEMORY_MODEL. If you comment this, START_UP might be interesting.
/sim/modelsim/compile_design.sh File deleted \ No newline at end of file
sim/modelsim/compile_design.sh Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: sim/modelsim/prepare_modelsim.sh =================================================================== --- sim/modelsim/prepare_modelsim.sh (revision 70) +++ sim/modelsim/prepare_modelsim.sh (nonexistent) @@ -1,4 +0,0 @@ -#!/bin/bash - -vlib minsoc -vmap minsoc ./minsoc
sim/modelsim/prepare_modelsim.sh Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: sim/modelsim/run_sim.sh =================================================================== --- sim/modelsim/run_sim.sh (revision 70) +++ sim/modelsim/run_sim.sh (nonexistent) @@ -1,3 +0,0 @@ -#!/bin/bash - -vsim -lib minsoc minsoc_bench -pli ../../bench/verilog/vpi/jp-io-vpi.so +file_name=$1
sim/modelsim/run_sim.sh Property changes : Deleted: svn:executable ## -1 +0,0 ## -* \ No newline at end of property Index: sim/bin/minsoc_verilog_files.txt =================================================================== --- sim/bin/minsoc_verilog_files.txt (revision 70) +++ sim/bin/minsoc_verilog_files.txt (revision 69) @@ -16,7 +16,6 @@ ../../bench/verilog/minsoc_memory_model.v ../../bench/verilog/vpi/dbg_comm_vpi.v ../../bench/verilog/sim_lib/fpga_memory_primitives.v -../../rtl/verilog/timescale.v ../../rtl/verilog/minsoc_top.v ../../rtl/verilog/minsoc_startup/spi_top.v ../../rtl/verilog/minsoc_startup/spi_defines.v Index: rtl/verilog/timescale.v =================================================================== --- rtl/verilog/timescale.v (revision 70) +++ rtl/verilog/timescale.v (nonexistent) @@ -1 +0,0 @@ -`timescale 10ns/1ns

powered by: WebSVN 2.1.0

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