URL
https://opencores.org/ocsvn/t6507lp/t6507lp/trunk
[/] [t6507lp/] [trunk/] [fv/] [alu_sync.e] - Diff between revs 131 and 144
Go to most recent revision |
Show entire file |
Details |
Blame |
View Log
Rev 131 |
Rev 144 |
Line 2... |
Line 2... |
<'
|
<'
|
unit alu_sync_u {
|
unit alu_sync_u {
|
clk: in event_port is instance;
|
clk: in event_port is instance;
|
keep bind(clk, external);
|
keep bind(clk, external);
|
keep clk.hdl_path() == "clk";
|
keep clk.hdl_path() == "clk";
|
keep clk.edge() == rise;
|
keep clk.edge() == fall;
|
};
|
};
|
'>
|
'>
|
|
|
No newline at end of file
|
No newline at end of file
|
© copyright 1999-2024
OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.