/Logic-Simulation

邏輯閘模擬器

Primary LanguageC#

Logic-Simulation

Logic simulation is the use of a computer program to simulate the operation of a digital circuit. Logic circuit simulator is the primary tool used for verifying the logical correctness of a hardware design. In many cases logic simulation is the first activity performed in the process of taking a hardware design from concept to realization.

環境建置

需要在系統安裝.NET Core 2.0

程式執行方法

git clone https://github.com/ChengYen-Tang/Logic-Simulation.git
cd Logic-Simulation
dotnet run -c Release