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

Subversion Repositories riscv_vhdl

[/] [riscv_vhdl/] [trunk/] [rtl/] [prj/] [ml605/] [config_v6.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 2015 GNSS Sensor Ltd. All right reserved.
4
--! @author     Sergey Khabarov - sergeykhbr@gmail.com
5
--! @brief      FPGA Virtex6 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 := virtex6;
13
  constant CFG_MEMTECH : integer := virtex6;
14
  constant CFG_PADTECH : integer := virtex6;
15
  constant CFG_JTAGTECH : integer := virtex6;
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.