updated netlists
diff --git a/verilog/rtl/uprj_netlists.v b/verilog/rtl/uprj_netlists.v
index 3537de8..5b11e79 100644
--- a/verilog/rtl/uprj_netlists.v
+++ b/verilog/rtl/uprj_netlists.v
@@ -1,4 +1,6 @@
-// SPDX-FileCopyrightText: 2020 Efabless Corporation
+// SPDX-FileCopyrightText:
+// 2020 Efabless Corporation
+// 2021 Matt Venn
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
@@ -21,8 +23,14 @@
// Assume default net type to be wire because GL netlists don't have the wire definitions
`default_nettype wire
`include "gl/user_project_wrapper.v"
- `include "gl/user_proj_example.v"
+ `include "gl/wrapped_frequency_counter.lvs.powered.v"
+
`else
`include "user_project_wrapper.v"
- `include "user_proj_example.v"
-`endif
\ No newline at end of file
+ // 1 Frequency counter : mpw3_repos/wrapped_frequency_counter
+ `include "wrapped_frequency_counter/wrapper.v"
+ `include "wrapped_frequency_counter/frequency_counter/src/edge_detect.v"
+ `include "wrapped_frequency_counter/frequency_counter/src/frequency_counter.v"
+ `include "wrapped_frequency_counter/frequency_counter/src/seven_segment.v"
+
+`endif
diff --git a/verilog/rtl/user_project_includes.v b/verilog/rtl/user_project_includes.v
index 8f45c40..c03e490 100644
--- a/verilog/rtl/user_project_includes.v
+++ b/verilog/rtl/user_project_includes.v
@@ -1,8 +1,36 @@
-// +------------+-----------+-----------+-----------------------------------------------+--------+
-// | project id | title | author | repo | commit |
-// +------------+-----------+-----------+-----------------------------------------------+--------+
-// | 0 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 |
-// | 1 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 |
-// +------------+-----------+-----------+-----------------------------------------------+--------+
+// +------------+-------------------+-----------+-------------------------------------------------------+--------+
+// | project id | title | author | repo | commit |
+// +------------+-------------------+-----------+-------------------------------------------------------+--------+
+// | 0 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 |
+// | 1 | Frequency counter | Matt Venn | https://github.com/mattvenn/wrapped_frequency_counter | mpw3 |
+// | 2 | VGA Clock | Matt Venn | https://github.com/mattvenn/wrapped_vga_clock | main |
+// | 3 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 |
+// | 4 | Frequency counter | Matt Venn | https://github.com/mattvenn/wrapped_frequency_counter | mpw3 |
+// | 5 | VGA Clock | Matt Venn | https://github.com/mattvenn/wrapped_vga_clock | main |
+// | 6 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 |
+// | 7 | Frequency counter | Matt Venn | https://github.com/mattvenn/wrapped_frequency_counter | mpw3 |
+// | 8 | VGA Clock | Matt Venn | https://github.com/mattvenn/wrapped_vga_clock | main |
+// | 9 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 |
+// | 10 | Frequency counter | Matt Venn | https://github.com/mattvenn/wrapped_frequency_counter | mpw3 |
+// | 11 | VGA Clock | Matt Venn | https://github.com/mattvenn/wrapped_vga_clock | main |
+// | 12 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 |
+// | 13 | Frequency counter | Matt Venn | https://github.com/mattvenn/wrapped_frequency_counter | mpw3 |
+// | 14 | VGA Clock | Matt Venn | https://github.com/mattvenn/wrapped_vga_clock | main |
+// | 15 | RGB Mixer | Matt Venn | https://github.com/mattvenn/wrapped_rgb_mixer | mpw3 |
+// +------------+-------------------+-----------+-------------------------------------------------------+--------+
`include "wrapped_rgb_mixer/wrapper.v" // 0
-`include "wrapped_rgb_mixer/wrapper.v" // 1
\ No newline at end of file
+`include "wrapped_frequency_counter/wrapper.v" // 1
+`include "wrapped_vga_clock/wrapper.v" // 2
+`include "wrapped_rgb_mixer/wrapper.v" // 3
+`include "wrapped_frequency_counter/wrapper.v" // 4
+`include "wrapped_vga_clock/wrapper.v" // 5
+`include "wrapped_rgb_mixer/wrapper.v" // 6
+`include "wrapped_frequency_counter/wrapper.v" // 7
+`include "wrapped_vga_clock/wrapper.v" // 8
+`include "wrapped_rgb_mixer/wrapper.v" // 9
+`include "wrapped_frequency_counter/wrapper.v" // 10
+`include "wrapped_vga_clock/wrapper.v" // 11
+`include "wrapped_rgb_mixer/wrapper.v" // 12
+`include "wrapped_frequency_counter/wrapper.v" // 13
+`include "wrapped_vga_clock/wrapper.v" // 14
+`include "wrapped_rgb_mixer/wrapper.v" // 15
\ No newline at end of file