freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

電梯控制系統(tǒng)的設(shè)計(jì)與實(shí)現(xiàn)數(shù)字邏輯課程設(shè)計(jì)(編輯修改稿)

2024-08-18 16:33 本頁(yè)面
 

【文章內(nèi)容簡(jiǎn)介】 oorButton3 = ~outfloorButton3。 end always begin 25。 outfloorButton6 = ~outfloorButton6。 end always begin 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 22 35。 infloorButton8 = ~infloorButton8。 end initial begin // Initialize Inputs clk = 0。 powerButton = 1。 resetButton = 0。 openButton = 0。 closeButton = 0。 infloorButton1 = 0。 infloorButton3 = 0。 infloorButton6 = 0。 infloorButton8 = 0。 outfloorButton1 = 0。 outfloorButton3 = 0。 outfloorButton6 = 0。 outfloorButton8 = 0。 end endmodule 仿真結(jié)果: 電梯開(kāi)關(guān)門(mén)模塊仿真文件如下: 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 23 module test。 // Inputs reg clk。 reg powerButton。 reg resetButton。 reg openButton。 reg closeButton。 reg infloorButton1。 reg infloorButton3。 reg infloorButton6。 reg infloorButton8。 reg outfloorButton1。 reg outfloorButton3。 reg outfloorButton6。 reg outfloorButton8。 // Outputs wire [7:0] eightDecode。 wire flashLight。 wire doorLight。 wire upLight。 wire downLight。 wire floorLight1。 wire floorLight3。 wire floorLight6。 wire floorLight8。 wire sevenF。 wire sevenJ。 wire sevenM。 wire sevenK。 always begin 5。 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 24 clk = ~clk。 end always begin 8。 openButton = ~openButton。 end always 7 closeButton=~closeButton。 always 50 infloorButton8=~infloorButton8。 initial begin // Initialize Inputs clk = 0。 powerButton = 1。 resetButton = 0。 openButton = 0。 closeButton = 0。 infloorButton1 = 0。 infloorButton3 = 0。 infloorButton6 = 0。 infloorButton8 = 0。 outfloorButton1 = 0。 outfloorButton3 = 0。 outfloorButton6 = 0。 outfloorButton8 = 0。 // Wait 100 ns for global reset to finish // Add stimulus here end endmodule 仿真結(jié)果: 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 25 電梯升降模塊仿真文件如下: module test。 // Inputs reg clk。 reg powerButton。 reg resetButton。 reg openButton。 reg closeButton。 reg infloorButton1。 reg infloorButton3。 reg infloorButton6。 reg infloorButton8。 reg outfloorButton1。 reg outfloorButton3。 reg outfloorButton6。 reg outfloorButton8。 // Outputs wire [7:0] eightDecode。 wire flashLight。 wire doorLight。 wire upLight。 wire downLight。 wire 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 26 floorLight1。 wire floorLight3。 wire floorLight6。 wire floorLight8。 wire sevenF。 wire sevenJ。 wire sevenM。 wire sevenK。 always begin 5。 clk = ~clk。 end always 10 infloorButton8=~infloorButton8。 always 100 infloorButton3=~infloorButton3。 initial begin // Initialize Inputs clk = 0。 powerButton = 1。 resetButton = 0。 openButton = 0。 closeButton = 0。 infloorButton1 = 0。 infloorButton3 = 0。 infloorButton6 = 0。 infloorButton8 = 0。 outfloorButton1 = 0。 outfloorButton3 = 0。 outfloorButton6 = 0。 outfloorButton8 = 0。 // Wait 100 ns for global reset to finish // Add stimulus here end endmodule 仿真結(jié)果: 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 27 電梯指示燈模塊仿真文件如下: module test。 // Inputs reg clk。 reg powerButton。 reg resetButton。 reg openButton。 reg closeButton。 reg infloorButton1。 reg infloorButton3。 reg infloorButton6。 reg infloorButton8。 reg outfloorButton1。 reg outfloorButton3。 reg outfloorButton6。 reg outfloorButton8。 // Outputs wire [7:0] eightDecode。 wire flashLight。 wire doorLight。 wire upLight。 wire downLight。 wire floorLight1。 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 28 wire floorLight3。 wire floorLight6。 wire floorLight8。 wire sevenF。 wire sevenJ。 wire sevenM。 wire sevenK。 always begin 5。 clk = ~clk。 end always begin 20。 infloorButton3 = ~infloorButton3。 end always begin 40。 infloorButton6 = ~infloorButton6。 end always begin 80。 outfloorButton8 = ~outfloorButton8。 end initial begin // Initialize Inputs clk = 0。 powerButton = 1。 resetButton = 0。 openButton 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 29 = 0。 closeButton = 0。 infloorButton1 = 0。 infloorButton3 = 0。 infloorButton6 = 0。 infloorButton8 = 0。 outfloorButton1 = 0。 outfloorButton3 = 0。 outfloorButton6 = 0。 outfloorButton8 = 0。 // Wait 100 ns for global reset to finish // Add stimulus here end endmodule 仿真結(jié)果: 電梯數(shù)碼管顯示模塊仿真文件如下: module test。 // Inputs reg clk。 reg powerButton。 reg resetButton。 reg 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 30 openButton。 reg closeButton。 reg infloorButton1。 reg infloorButton3。 reg infloorButton6。 reg infloorButton8。 reg outfloorButton1。 reg outfloorButton3。 reg outfloorButton6。 reg outfloorButton8。 // Outputs wire [7:0] eightDecode。 wire flashLight。 wire doorLight。 wire upLight。 wire downLight。 wire floorLight1。 wire floorLight3。 wire floorLight6。 wire floorLight8。 wire sevenF。 wire sevenJ。 wire sevenM。 wire sevenK。 always begin 5。 華 中 科 技 大 學(xué) 課 程 設(shè) 計(jì) 報(bào) 告 31 clk = ~clk。 end always 10 infloorButton6=~infloorButton6。 initial begin // Initialize Inputs clk = 0。 powerButton = 1。 resetButton = 0。 openButton = 0。 closeButton = 0。 infloorButton1 = 0。 infloorButton3 = 0。 infloorButton6 = 0。 infloorButton8 = 0。 outfloorButton1 = 0。 ou
點(diǎn)擊復(fù)制文檔內(nèi)容
研究報(bào)告相關(guān)推薦
文庫(kù)吧 www.dybbs8.com
備案圖片鄂ICP備17016276號(hào)-1