Email: bknpk@hotmail.com Phone: +972-54-7649119


V

 

ASIC/FPGA Design and Verification Out Source Services

VPI memory model

compilation script for icarus.

  1. The following simple script is used to compile the assorted files (verilog and c).
    The commands are:
    c compile followed by verilog compile followed by simulation run. If any command fails, the script exits.

    #!/bin/bash

    rm $1.vvp *.vcd
    iverilog-vpi $1.c || exit
    iverilog -o$1.vvp tb_1.v $1.v || exit
    vvp -M. -m$1 $1.vvp || exit

  2. To go to the main page of this project: main

Home

A reference model in systemc using queues, from C++ STD.



An extension the example from cadance of producer consumer.








Search This Site




new pages on this site