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