fix sawtooth generator sensitivity signals
This commit is contained in:
		| @@ -4,7 +4,7 @@ ARCHITECTURE studentVersion OF sawtoothGen IS | ||||
| 	 | ||||
| BEGIN | ||||
|  | ||||
| 	count: process(reset, clock, en, step) | ||||
| 	count: process(clock) | ||||
| 	begin | ||||
| 		if reset = '1' then | ||||
| 			counter <= (others => '0'); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user