trying to make a temperature sensor(with verilog)

前端 未结 0 606
别那么骄傲
别那么骄傲 2020-12-11 09:20

module Temperatura(sensor,A,B,tempV,tempC);

input sensor; output A,B,tempV,tempC;

reg tempV; reg tempC;

assign tempV = (sensor * 16\'b0001001110001000 +

相关标签:
回答
  • 消灭零回复
提交回复
热议问题