aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
Commit message (Collapse)AuthorAgeFilesLines
...
* Added spice backendClifford Wolf2013-09-144-0/+78
|
* Added mapping to techlibs/xilinx7 testbench (exposes EDIF backend todos)Clifford Wolf2013-08-271-2/+10
|
* Added simple xilinx7 technology mapping filesClifford Wolf2013-08-224-0/+167
|
* Implemented same div-by-zero behavior as found in other synthesis toolsClifford Wolf2013-08-151-2/+31
|
* Added $div and $mod technology mappingClifford Wolf2013-08-091-9/+93
|
* Added $lut cells and abc lut mapping supportClifford Wolf2013-07-231-0/+32
|
* Fixed shift ops with large right hand sideClifford Wolf2013-07-091-6/+6
|
* More fixes for bugs found using xsthammerClifford Wolf2013-06-131-8/+7
|
* More sign-extension related fixesClifford Wolf2013-06-101-12/+13
|
* Implemented technology mapping for multipliers (using array multiplier)Clifford Wolf2013-06-031-4/+30
|
* Fixed clock related parameter names for $memrd and $memwr in techlibs/simlib.vClifford Wolf2013-04-071-4/+4
|
* Added EXTRA_TARGETS Makefile variableClifford Wolf2013-03-281-1/+1
|
* Tiny bugfix in simlib.vClifford Wolf2013-03-261-1/+0
|
* Fixed stdcells.v for $adff with undef reset valueClifford Wolf2013-03-241-63/+68
|
* More support code for $sr cellsClifford Wolf2013-03-141-0/+21
|
* added .gitignore filesClifford Wolf2013-01-051-0/+1
|
* initial importClifford Wolf2013-01-055-0/+2447
2BE10318} Provider=%MFGNAME% DriverVer=7/1/2012,10.0.0.0 [Manufacturer] %MFGNAME%=DeviceList, NTx86, NTamd64, NTia64 [SourceDisksNames] [SourceDisksFiles] [DestinationDirs] DefaultDestDir=12 [DriverInstall] Include=mdmcpq.inf CopyFiles=FakeModemCopyFileSection AddReg=DriverInstall.AddReg [DriverInstall.Services] Include=mdmcpq.inf AddService=usbser, 0x00000002, LowerFilter_Service_Inst [DriverInstall.AddReg] HKR,,EnumPropPages32,,"msports.dll,SerialPortPropPageProvider" ;------------------------------------------------------------------------------ ; Vendor and Product ID Definitions ;------------------------------------------------------------------------------ ; When developing your USB device, the VID and PID used in the PC side ; application program and the firmware on the microcontroller must match. ; Modify the below line to use your VID and PID. Use the format as shown below. ; Note: One INF file can be used for multiple devices with different VID and PIDs. ; For each supported device, append ",USB\VID_xxxx&PID_yyyy" to the end of the line. ;------------------------------------------------------------------------------ [DeviceList] %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2062&MI_00 [DeviceList.NTx86] %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2062&MI_00 [DeviceList.NTamd64] %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2062&MI_00 [DeviceList.NTia64] %DESCRIPTION%=DriverInstall, USB\VID_03EB&PID_2062&MI_00 ;------------------------------------------------------------------------------ ; String Definitions ;------------------------------------------------------------------------------ ;Modify these strings to customize your device ;------------------------------------------------------------------------------ [Strings] MFGNAME="http://www.lufa-lib.org" DESCRIPTION="LUFA CDC-ACM Virtual Serial Port"