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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [alu_sync.e] - Diff between revs 131 and 144

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 131 Rev 144
alu_sync.e;
alu_sync.e;
<'
<'
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;
};
};
'>
'>
 
 

powered by: WebSVN 2.1.0

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