Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add pyFPGA content #61

Merged
merged 4 commits into from
Jan 21, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ params:
"Tools": ""
"Tools:Bitgen": ""
"Tools:Grammars": ""
"Tools:Managers": ""
"Tools:Package Managers": ""
"Tools:Parsers": ""
"Tools:PnRs": ""
Expand Down
37 changes: 33 additions & 4 deletions content/items/pyFPGA.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,39 @@ authors:
links:
gl: rodrigomelo9/pyfpga
docs: https://rodrigomelo9.gitlab.io/pyfpga
tags: []
categories: [
"Tools",
"Tools:Managers"
]
tags: [
"vivado",
"ise",
"quartus",
"libero",
"ghdl",
"yosys",
"nextpnr",
"icestorm",
"trellis",
"vhdl",
"verilog",
"python",
"tcl"
]
active:
from: 2019
licenses: [
"GPL-3.0-or-later"
]
talk: 58
---

This is a long description...
<!--more-->
... about pyFPGA.
PyFPGA is a Python Class for vendor-independent FPGA development.
It allows using a single project file and programmatically executing synthesis, implementation, generation of bitstream and/or transference to supported boards.

* The workflow is command-line centric.
* It's friendly with Version Control Systems and Continuous Integration (CI).
* Allows reproducibility and repeatability.
* Consumes fewer system resources than GUI based workflows.

Also, some command-line helpers are provided, for quick tests or small projects.
1 change: 1 addition & 0 deletions template.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# <SOMETHING> means "change me"
# FIELD? means "optional"
# Use SPDX identifiers for licenses (https://spdx.org/licenses/)

---
title: "<TITLE>"
Expand Down