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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [rtl/] [prj/] [modelsim/] [config_msim.vhd] - Blame information for rev 5

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 5 sergeykhbr
-----------------------------------------------------------------------------
2
--! @file
3
--! @copyright  Copyright 2018 GNSS Sensor Ltd. All right reserved.
4
--! @author     Sergey Khabarov - sergeykhbr@gmail.com
5
--! @brief           ModelSim specific constants definition.
6
------------------------------------------------------------------------------
7
library techmap;
8
use techmap.gencomp.all;
9
 
10
package config_target is
11
-- Technology and synthesis options
12
  constant CFG_FABTECH : integer := inferred;
13
  constant CFG_MEMTECH : integer := inferred;
14
  constant CFG_PADTECH : integer := inferred;
15
  constant CFG_JTAGTECH : integer := inferred;
16
 
17
  constant CFG_TOPDIR : string := "../../../";
18
 
19
end;

powered by: WebSVN 2.1.0

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