week1.md - LdsFish/co106a GitHub Wiki
終端機開啟模擬
./HardwareSimulator.sh
file>>load script>>執行not>>修正錯誤
利用visual studio code修改not
CHIP Not {
IN in;
OUT out;
PARTS:
// Put your code here:
Nand(a=in, b=in, out=out);
}
再從模擬器執行一次>>success
git clone https://github.com/LdsFish/co106a.git
(有permission問題,需改成git clone https://[email protected]/LdsFish/co106a.git
)
ls
ls
vb修改co106a裡面的not
git add -A
git commit -m "finish Not.hdl"
git push origin master
#課堂trouble
git push 回去失敗(permission denied)
解決方案:https://github.com/cccnqu/co106a/issues/2
運用De Morgan's laws解題
https://market.cloud.edu.tw/content/vocation/control/tp_nh/logic/ch6/p3.htm
畫卡諾圖解題