- changed frequencies into MHz units (real data type)
Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@734 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -5,7 +5,7 @@ USE IEEE.NUMERIC_STD.ALL;
|
||||
ENTITY ps2_wb IS
|
||||
Generic
|
||||
(
|
||||
f_sys_clk_hz : integer := 100E6
|
||||
f_sys_clk : real := 100.0
|
||||
);
|
||||
Port
|
||||
(
|
||||
@@ -118,7 +118,7 @@ irq_register:
|
||||
inst_ps2_core: entity work.ps2_core
|
||||
GENERIC MAP
|
||||
(
|
||||
f_sys_clk_hz => f_sys_clk_hz
|
||||
f_sys_clk => f_sys_clk
|
||||
)
|
||||
PORT MAP
|
||||
(
|
||||
|
||||
Reference in New Issue
Block a user