Skip to content

WaToI/CodeBlockDiagram

Repository files navigation

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

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published