Cadence Q DRIVE SERIES Manual de usuario Pagina 4

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 14
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 3
(c) Reading Verilog RTL files:
In order to have Synthesis tool read your Verilog files go to the “ac_shell” window, and
type the following:
ac_shell> set top “my_design
This command assigns “my_design” as the top-level module in your design.
Next, load all the Verilog files into the Synthesis tool. To do this go to the “ac_shell”
window and type the following:
ac_shell> read_verilog my_design.v full_adder.v ff.v mux.v
(d) Generate a netlist:
To generate a netlist corresponding to your Verilog RTL files, type the following on the
“ac_shell” window:
ac_shell> do_build_generic –module my_design
(e) View the schematic of the design:
Once the gate-level netlist is generated then you can view your final schematic.
To view the schematic:
From within the module browser shown in Figure 2, double click the my_design module.
The schematic of my_design will display on the schematic window.
Figure 2
Module Browser
Vista de pagina 3
1 2 3 4 5 6 7 8 9 ... 13 14

Comentarios a estos manuales

Sin comentarios