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

Subversion Repositories t6507lp

[/] [t6507lp/] [trunk/] [fv/] [alu_sigmap.e] - Blame information for rev 255

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 123 creep
alu_sig_map.e;
2
<'
3
unit alu_signal_map_u {
4 129 creep
        reset_n : out simple_port of bool is instance;
5
        keep bind(reset_n, external);
6
        keep reset_n.hdl_path() == "reset_n";
7 123 creep
 
8
        alu_enable : out simple_port of bool is instance;
9
        keep bind(alu_enable, external);
10
        keep alu_enable.hdl_path() == "alu_enable";
11
 
12
        alu_opcode : out simple_port of byte is instance;
13
        keep bind(alu_opcode, external);
14 124 creep
        keep alu_opcode.hdl_path() == "alu_opcode";
15 123 creep
 
16 126 creep
        alu_a : out simple_port of byte is instance;
17
        keep bind(alu_a, external);
18
        keep alu_a.hdl_path() == "alu_a";
19 124 creep
 
20
        alu_result : in simple_port of byte is instance;
21
        keep bind(alu_result, external);
22
        keep alu_result.hdl_path() == "alu_result";
23
 
24
        alu_status : in simple_port of byte is instance;
25
        keep bind(alu_status, external);
26
        keep alu_status.hdl_path() == "alu_status";
27
 
28
        alu_x : in simple_port of byte is instance;
29
        keep bind(alu_x, external);
30
        keep alu_x.hdl_path() == "alu_x";
31
 
32
        alu_y : in simple_port of byte is instance;
33
        keep bind(alu_y, external);
34
        keep alu_y.hdl_path() == "alu_y";
35 123 creep
};
36
'>

powered by: WebSVN 2.1.0

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