Added serv and made a blinky testbench for it
This commit is contained in:
@@ -17,7 +17,7 @@ module sigmadelta_sampler(
|
||||
);
|
||||
|
||||
reg registered_comp_out;
|
||||
always @(posedge clk) registered_comp_out <= o;
|
||||
always @(posedge clk) registered_comp_out <= comp_out;
|
||||
assign o = registered_comp_out;
|
||||
|
||||
endmodule
|
||||
Reference in New Issue
Block a user