Closed nicedayd closed 1 year ago
You should be able to save your modify the colab directory on colab.research.google.com and then save the result to your own github account or on google drive, see: https://colab.sandbox.google.com/github/googlecolab/colabtools/blob/master/notebooks/colab-github-demo.ipynb
module inverter(input wire in, output wire out); assign out = !in; endmodule
Hello, I am studying how to use Silicon with Google. Could you share your experience how to run the copy codes in same colab situation if I want to lightly changed the codes for testing ? Thanks.