This tutorial provides instruction for using the basic features of the Xilinx ISE simulator with the WebPACK environment. This tutorial uses Verilog test fixture to simulate an example logic circuit.
ava-fixture-docker-db
获取附加到您的ava测试上下文的新docker数据库容器
用法
import ava , { TestInterface } from 'ava'
import { db , DbContext } from 'ava-fixture-docker-db'
const test = ava as TestInterface
test . beforeEach ( t => db . setup ( t . context ) ) // set