aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2017-11-20 09:43:54 +0000
committerDavid Shah <davey1576@gmail.com>2017-11-20 09:43:54 +0000
commitda7a2a9d0db95d6a172286eaddd6e930a27ea752 (patch)
treee045aeca40b61e9e1a316dfb3f7daafa34c42ef8 /examples
parent8c0fe225ca925caed45f721303b55386b8944e62 (diff)
downloadicestorm-da7a2a9d0db95d6a172286eaddd6e930a27ea752.tar.gz
icestorm-da7a2a9d0db95d6a172286eaddd6e930a27ea752.tar.bz2
icestorm-da7a2a9d0db95d6a172286eaddd6e930a27ea752.zip
Fix whitespace and a couple of typos
Diffstat (limited to 'examples')
-rw-r--r--examples/up5k_mac16/mac16.pcf2
-rw-r--r--examples/up5k_mac16/mac16.v2
-rw-r--r--examples/up5k_rgb/rgb.pcf2
-rw-r--r--examples/up5k_rgb/rgb.v2
4 files changed, 4 insertions, 4 deletions
diff --git a/examples/up5k_mac16/mac16.pcf b/examples/up5k_mac16/mac16.pcf
index 24b9b45..5e21181 100644
--- a/examples/up5k_mac16/mac16.pcf
+++ b/examples/up5k_mac16/mac16.pcf
@@ -1,4 +1,4 @@
set_io clk 44
set_io rstn 27
set_io LED1 12
-set_io LED2 13 \ No newline at end of file
+set_io LED2 13
diff --git a/examples/up5k_mac16/mac16.v b/examples/up5k_mac16/mac16.v
index 73740e3..0323fc3 100644
--- a/examples/up5k_mac16/mac16.v
+++ b/examples/up5k_mac16/mac16.v
@@ -68,4 +68,4 @@ assign LED2 = 1'b0;
-endmodule \ No newline at end of file
+endmodule
diff --git a/examples/up5k_rgb/rgb.pcf b/examples/up5k_rgb/rgb.pcf
index cfdb874..0954260 100644
--- a/examples/up5k_rgb/rgb.pcf
+++ b/examples/up5k_rgb/rgb.pcf
@@ -1,3 +1,3 @@
set_io RGB0 39
set_io RGB1 40
-set_io RGB2 41 \ No newline at end of file
+set_io RGB2 41
diff --git a/examples/up5k_rgb/rgb.v b/examples/up5k_rgb/rgb.v
index c83b943..81920cb 100644
--- a/examples/up5k_rgb/rgb.v
+++ b/examples/up5k_rgb/rgb.v
@@ -78,4 +78,4 @@ defparam RGBA_DRIVER.RGB1_CURRENT = "0b000011";
defparam RGBA_DRIVER.RGB2_CURRENT = "0b000011";
-endmodule \ No newline at end of file
+endmodule