systessis_wrapper — FPGA synthesis shell¶
Overview¶
systessis_wrapper is a thin top for FPGA synthesis (e.g. Xilinx). It optionally instantiates a clock wizard when `ifdef SYNTHESIS and otherwise wraps level_wrapper with a reduced pin list compared to full SoC simulation.
File location¶
Parameters¶
| Parameter | Role |
|---|---|
CLK_FREQ_HZ |
Passed to level_wrapper (default CPU_CLK) |
BAUD_RATE |
UART baud |
Pins (active build)¶
Typical exposed signals:
clk_i,rst_niuart0_tx_o,uart0_rx_iprog_rx_i,prog_mode_o— UART programming path
Additional peripheral ports (SPI, I2C, GPIO, PWM, VGA, etc.) appear in the source as commented placeholders for future board-specific packages.
Clock generation¶
The generated clk_out1 / locked must be connected to level_wrapper per your board flow (see full RTL for exact wiring).
Usage¶
- Add this module as the top in Vivado (or other) when targeting FPGA.
- Provide constraints for
clk_i, UART, and programming pins. - Expand commented ports when the PCB design includes more interfaces.