Skip to content

Steps on running new design without following tcl template #2184

@WrathofBhuvan11

Description

@WrathofBhuvan11

I noticed tcl creates a new template that only allows .v files. Here's my file directory. What steps are involved in compiling the RTL Design and hardening it to a chip?

designs/enigma_cipher/
├── config.json
└── src
    ├── enigma.sv
    ├── plugboard.sv
    ├── reflector.sv
    └── rotor.sv

1 directory, 5 files

config.json -

{
    "DESIGN_NAME": "enigma",
    "VERILOG_FILES": "dir::src/*v",
    "CLOCK_PORT": "clk",
    "CLOCK_PERIOD": 10.0,
    "FP_PDN_MULTILAYER": true
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionThe user needs helpwaiting on opInformation has been requested from the Issue Author

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions