aboutsummaryrefslogtreecommitdiffstats
path: root/machxo2/examples/README.md
blob: f82da63aaaaf2431f76646ea8a79155f6e2bb385 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# MachXO2 Architecture Example

This contains a simple example of running `nextpnr-machxo2`:

* `simple.sh` generates JSON output (`pnrblinky.json`) of a classic blinky
  example from `blinky.v`.
* `simtest.sh` will use `yosys` to generate a Verilog file from
  `pnrblinky.json`, called `pnrblinky.v`. It will then and compare
  `pnrblinky.v`'s simulation behavior to the original verilog file (`blinky.v`)
  using the [`iverilog`](http://iverilog.icarus.com) compiler and `vvp`
  runtime. This is known as post-place-and-route simulation.

As `nextpnr-machxo2` is developed the `nextpnr` invocation in `simple.sh` and
`simtest.sh` is subject to change. Other command invocations, such as `yosys`,
_should_ remain unchanged, even as files under the [synth](../synth) directory
change.