implenet buffer and controller

This commit is contained in:
2025-02-20 10:05:52 +01:00
parent e9b57fae1e
commit e1a3bc3d8b
5 changed files with 155 additions and 12 deletions

View File

@@ -1,12 +0,0 @@
module inputbuffer
(input logic clk,
input logic sensor_l_in,
input logic sensor_m_in,
input logic sensor_r_in,
output logic sensor_l_out,
output logic sensor_m_out,
output logic sensor_r_out);
endmodule