Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cryptix/gosimplot
A project around running and evaluating simulations of pshdl code.
https://github.com/cryptix/gosimplot
Last synced: 27 days ago
JSON representation
A project around running and evaluating simulations of pshdl code.
- Host: GitHub
- URL: https://github.com/cryptix/gosimplot
- Owner: cryptix
- Created: 2013-08-04T16:56:24.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-08-07T16:55:25.000Z (over 11 years ago)
- Last Synced: 2024-10-18T17:36:07.669Z (3 months ago)
- Language: Go
- Size: 164 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
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.