Download List

Project Description

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 Requirements

System requirement is not defined

Released at 2011-11-26 23:48
TimingChartViewer r226 (1 files Hide)

Release Notes

テキストファイルに0,1,z,xを羅列すると、それをタイミングチャートとして表示してくれるソフトウェアです。

詳細は TimingChartViewer を参照してください。

Changelog

  • 機能拡張のために、TclでなくJavaで書き直しました。
  • クリップボードに波形画像をコピーできるようにしました。
  • PNG画像出力を、波形画像ぴったりのサイズに直しました。
  • クロックのエッジごとに、T0 T1 T2 ...を表示するようにしました。