Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cryptix/gosimplot

A project around running and evaluating simulations of pshdl code.
https://github.com/cryptix/gosimplot

Last synced: 1 day ago
JSON representation

A project around running and evaluating simulations of pshdl code.

Awesome Lists containing this project

README

        

# goSimPlot

This uses the [revel](http://robfig.github.io/revel) framework for [go](http://golang.org) to run and plot various simulations of [pshdl](http://pshdl.org) code.

## SimpleFIR
My first stab at this is a simple 4 tap [FIR Filter](https://en.wikipedia.org/wiki/Fir_filter)
The WebApp should be able to push input arrays to the simulator and plot both input and output.

The Wrapper code can be found in [this](http://github.com/cryptix/goFir) repo.