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

Subversion Repositories pci

[/] [pci/] [tags/] [rel_12/] [syn/] [scr/] [analyze_design.inc] - Blame information for rev 154

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 18 mihad
/* Set search path for verilog include files */
2
search_path = search_path + { RTL_PATH } + { GATE_PATH }
3
 
4
/* Read verilog files of the PCI IP core */
5
if (TOPLEVEL == "TOP") {
6
        analyze -f verilog pci_bridge32.v
7
        analyze -f verilog mas_load_next_crit.v
8
        analyze -f verilog pci_parity_check.v
9
        analyze -f verilog pci_target_unit.v
10
        analyze -f verilog wb_addr_mux.v
11
        analyze -f verilog cbe_en_crit.v
12
        analyze -f verilog fifo_control.v
13
        analyze -f verilog out_reg.v
14
        analyze -f verilog pci_target32_ad_en_crit.v
15
        analyze -f verilog pci_tpram.v
16
        analyze -f verilog wb_master.v
17
        analyze -f verilog conf_cyc_addr_dec.v
18
        analyze -f verilog frame_crit.v
19
        analyze -f verilog par_cbe_crit.v
20
        analyze -f verilog pci_target32_clk_en.v
21
        analyze -f verilog pciw_fifo_control.v
22
        analyze -f verilog wb_slave.v
23
        analyze -f verilog conf_space.v
24
        analyze -f verilog frame_en_crit.v
25
        analyze -f verilog par_crit.v
26
        analyze -f verilog pci_target32_ctrl_en_crit.v
27
        analyze -f verilog pciw_pcir_fifos.v
28
        analyze -f verilog wb_slave_unit.v
29
        analyze -f verilog frame_load_crit.v
30
        analyze -f verilog pci_bridge32.v
31
        analyze -f verilog pci_target32_devs_crit.v
32
        analyze -f verilog perr_crit.v
33
        analyze -f verilog wbr_fifo_control.v
34
        analyze -f verilog cur_out_reg.v
35
        analyze -f verilog io_mux_en_mult.v
36
        analyze -f verilog pci_decoder.v
37
        analyze -f verilog pci_target32_interface.v
38
        analyze -f verilog perr_en_crit.v
39
        analyze -f verilog wbw_fifo_control.v
40
        analyze -f verilog decoder.v
41
        analyze -f verilog io_mux_load_mux.v
42
        analyze -f verilog pci_in_reg.v
43
        analyze -f verilog pci_target32_load_crit.v
44
        analyze -f verilog serr_crit.v
45
        analyze -f verilog wbw_wbr_fifos.v
46
        analyze -f verilog delayed_sync.v
47
        analyze -f verilog irdy_out_crit.v
48
        analyze -f verilog pci_io_mux.v
49
        analyze -f verilog pci_target32_sm.v
50
        analyze -f verilog serr_en_crit.v
51
        analyze -f verilog delayed_write_reg.v
52
        analyze -f verilog mas_ad_en_crit.v
53
        analyze -f verilog pci_master32_sm.v
54
        analyze -f verilog pci_target32_stop_crit.v
55
        analyze -f verilog synchronizer_flop.v
56
        analyze -f verilog mas_ch_state_crit.v
57
        analyze -f verilog pci_master32_sm_if.v
58
        analyze -f verilog pci_target32_trdy_crit.v
59
        analyze -f verilog top.v
60
        analyze -f verilog pci_rst_int.v
61
        analyze -f verilog sync_module.v
62
        analyze -f verilog wb_tpram.v
63
} else {
64
        echo "Non-existing top level."
65
        exit
66
}
67
 

powered by: WebSVN 2.1.0

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