From 78880e1fdf1721a460c7e4e813f91f427106d3b7 Mon Sep 17 00:00:00 2001 From: "William D. Jones" Date: Sat, 27 Jun 2020 17:40:35 -0400 Subject: machxo2: Remove pybindings unneeded files from examples and update README.md and scripts accordingly. Delete resources directory. --- machxo2/examples/simple_config.py | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 machxo2/examples/simple_config.py (limited to 'machxo2/examples/simple_config.py') diff --git a/machxo2/examples/simple_config.py b/machxo2/examples/simple_config.py deleted file mode 100644 index dfb38f1c..00000000 --- a/machxo2/examples/simple_config.py +++ /dev/null @@ -1,15 +0,0 @@ -# Grid size including IOBs at edges -X = 12 -Y = 12 -# SLICEs per tile -N = 8 -# LUT input count -K = 4 -# Number of local wires -Wl = N*(K+1) + 8 -# 1/Fc for bel input wire pips -Si = 4 -# 1/Fc for Q to local wire pips -Sq = 4 -# ~1/Fc local to neighbour local wire pips -Sl = 8 \ No newline at end of file -- cgit v1.2.3