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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [alu_sync.e] - Diff between revs 125 and 129

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 125 Rev 129
Line 1... Line 1...
alu_sync.e;
alu_sync.e;
<'
<'
unit alu_sync_u {
unit alu_sync_u {
        clk: in event_port is instance;
        clk_p: in simple_port of bit is instance;
        keep bind(clk, external);
        keep bind(clk_p, external);
        keep clk.hdl_path() == "clk";
        event clk is rise (clk_p$) @sys.any;
        keep clk.edge() == rise;
 
};
};
'>
'>
 
 
 No newline at end of file
 No newline at end of file

powered by: WebSVN 2.1.0

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