Download List

项目描述

By simulator + Tcl + C language, let's verify ASIC and FPGA effectively!

(simulator <= DPI-C => C++, simulator <= named pipes => C++ are under development, too.)

NOODLYBOX is a mimic processor for verification.

It can manipulate FPGA model which is connected to microcomputer's local bus.

Detail:

  1. A microcomputer and FPGA are mounted on a printed circuit board.
  2. A microcomputer and the connection form between FPGA are SRAM interface.
  3. FPGA is modeled by VHDL or Verilog.
  4. ModelSim, ISE Simulator, or Icarus Verilog are installed.

When all the conditions mentioned above are met, NOODLBOX can act as the substitute of the microcomputer on an HDL simulator.

系统要求

System requirement is not defined

发布: 2009-10-25 02:37
noodlybox 0009 (1 files 隐藏)

发布版本通知

Repositoryのtrunk rev113に相当します。

TclでもDPI-Cでもなく、名前付きパイプを使ってHDLとC言語とのやりとりをするサンプル pipesample を追加しました。
Verilog HDL側はVerilog2001のファイル系システムタスク($fopen, $fread等)のみを使用しているので、より多くのHDLシミュレータで動かせる可能性があります。
動作速度はDPI-C実装版(dpisample)と同等です。

变更日志

No Changelogs