Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • nxmap_script.py: script to launch by nxpython nxmap_script.py <options>

  • project_variables.py: all variables used for the test are defined.

  • src: all needed RTL sources.

  • sub_scripts: all needed python files to create the project.

    • project_ios.py: defined banks voltages and pads configurations.

    • project_files.py: defined RTL files.

    • project_parameters.py: defined top generic parameters.

    • project_options.py: defined Nxmap options.

    • project_constraints.py: defined constraints for synthesis or P&R.

    • project_class.py: chip class.

    • script.py: main script.

  • [top_cell]_[variant](_[options]): created project once launched.

    • LogsPython: all logs and reports.

    • Rtl: all projects savings progress by progress.

    • *.nym: nxmap project files.

    • *.vhd: netlists.

    • *.sdf: Backannoted SDF files.

    • Bitstream.nxb: bitstream binary file.

...