From 71487660812754e5f26f26595b6c3d456f9f6db8 Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Fri, 8 Oct 2021 00:30:08 -0400 Subject: Get rid of conversion stuff, just build content -> website --- content/EDAToolchainSurvey.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/EDAToolchainSurvey.md (limited to 'content/EDAToolchainSurvey.md') diff --git a/content/EDAToolchainSurvey.md b/content/EDAToolchainSurvey.md new file mode 100644 index 0000000..b8632a6 --- /dev/null +++ b/content/EDAToolchainSurvey.md @@ -0,0 +1,20 @@ +Title: EDAToolchainSurvey +Author: trac +Date: 2016-12-15 22:43 + +The major issue is finding tools that allows a designer, user to verify that the RTL source code (in Verilog or VHDL) matches what is generated at the physical level. As part of the project we need to investigate the current status of open tools in the toolchain for implementation and verification of hardware. This includes RTL simulation, synthesis, place & route, netlist verification, timing analysis and configuration file generation and analysis. (This implies that the target is an FPGA.). If there are no open tools we need to find ways of verifying pre- and post-functionality to check that the black box tool does not alter (subvert) the design in ways not intended. + +The basic action flow is: + +* Finding open EDA tools and assess their status +* Settling for Closed +* Strategy to Develop Trust in Tools +* Validation Methods for Output + + +Some tools and frameworks worth investigating are: + +* [OpTiMSoC](http://www.optimsoc.org/index.html) - An open System on Chip (SoC) framework built around the OpenRISC CPU. +* [Icarus Verilog](http://iverilog.icarus.com/) - An open Verilog event driven simulator that supports Verilog 2001, 2005 and SystemVerilog. +* [gEDA](http://www.geda-project.org/) - A project that aims at developing GNU based EDA tools. +* [gplEDA](http://www.gpleda.org/) - A collection of GPL licensed EDA tools. Points to gEDA. -- cgit v1.2.3