WaToI / CodeBlockDiagram

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CodeDiagram

other call graph

https://sourceforge.net/projects/tceetree/ https://ensoftcorp.github.io/call-graph-toolbox/tutorials/ https://github.com/ofabry/go-callvis http://www.clifford.at/yosys/screenshots.html https://www.fpga4student.com/2017/05/how-to-write-verilog-testbench-for.html

how to dotnet 5

  1. download & install sdk
  2. create workspace directory
SolutionDir
|---Solution.sln //2
|---ProjectDir
  |---Project.csproj //3
  |---(Class.cs...) 
|---Project.TestDir
  |---Project.Test.csproj //4
  |---(Class_test.cs...) 
  1. create solution
dotnet new solution
  1. create project dir
dotnet new console
  1. dotnet new xunit
dotnet new xunit
dotnet add reference ../ProjectDir/Project.csproj

About


Languages

Language:C# 85.5%Language:Batchfile 7.8%Language:Dockerfile 6.8%