The Wayback Machine - https://web.archive.org/web/20211008190329/https://github.com/topics/asic
Skip to content
#

asic

Here are 150 public repositories matching this topic...

curiousengineer
curiousengineer commented Dec 1, 2020

Here is the problem:

$ make compile
Traceback (most recent call last):
File "C:\My_Designs\probe_fpga_design_1\run.py", line 336, in
main()
File "C:\My_Designs\probe_fpga_design_1\run.py", line 181, in main
vu.add_osvvm()
File "c:\my_designs\probe_fpga_design_1\deps\vunit\vunit\ui_init_.py", line 1030, in add_osvvm
self.builtins.add("osvvm")
File "c:\my

A-RK6
A-RK6 commented Jan 10, 2018

Broadening the horizons of the Antminer-Monitor-Master App makes perfect sense now that GPU mining is becoming more and more popular.

At present, EthOS have over 50,000 miners working with their OS so their software is well developed and regularly maintained.

An example of the EthOS monitor can be found here: 48061f.ethosdistro.com

Example API:

{"rigs":{"91c5eb":{"condition":"high_lo

GDS3D is an application that can interpret so called IC layouts and render them in 3D. The program accepts standard GDSII files as input data. Along with the layout file, it requires a so called process definition file which contains the 3D parameters of the process being used. These files combined allow the program to create a 3D representation of the layout, where the user has full, real time control over the camera position and angle, much like in a 3D video game. An other repo (https://github.com/skuep/GDS3D) as the same source and add few improvement like compression with server/client process. This release add two major feature with are assembly and export 3D model for GMSH. Assembly: this mean it’s possible to merge multi GDS (with different technologies) I also try to improve net highlight.

  • Updated May 19, 2021
  • C++

Improve this page

Add a description, image, and links to the asic topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the asic topic, visit your repo's landing page and select "manage topics."

Learn more