LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

state diagram

Solved!
Go to solution

 i want to implement timing and control unit of DMA controller 8237A in state diagram,i am using labview7.1 tool,can you suggest how to do this

0 Kudos
Message 1 of 8
(3,732 Views)
Solution
Accepted by topic author labview 10

Do you intend to connect the 8237A in hardware and make it interact with LabVIEW? 

0 Kudos
Message 2 of 8
(3,674 Views)

Yes....i have to implement this DMA controller in FPGA ,kindly suggest me how to do this

0 Kudos
Message 3 of 8
(3,638 Views)

Can you provide more information regarding the hardware connections? Whether the FPGA is on a trainer board and how it is connected to the PC. You need to have the LabVIEW FPGA module installed, along with a driver to be able to communicate with and transfer the bitstream to your FPGA device.

0 Kudos
Message 4 of 8
(3,620 Views)

1.LABVIEW7.1 does not support to FPGA,but Labview 8.2 and higher version support it,this LABVIEW 8.2 is not available right now,by using LABVIEW7.1 i can view result on my host computer(as my guide suggested),

 

2.Regarding the connection between FPGA and PC i am not having and idea,please kindly suggest me what i have to do?

 

 

0 Kudos
Message 5 of 8
(3,608 Views)

LabVIEW 7.1 supports FPGA module version 1.1, but there may be issues if you intend to use the same code later on for LabVIEW 8.2.

For known issues: http://digital.ni.com/public.nsf/allkb/9080C23D9C90BD17862571950072A8E0 

 

For connnectivity with PC, depending on your requirement you can use reconfigurable I/O FPGA targets which include compactRIO, flexRIO, single board RIO and R series multifunction RIO.

You can refer http://zone.ni.com/devzone/cda/tut/p/id/8089 for details on LabVIEW FPGA hardware targets.

 

Also, LabVIEW FPGA is compatible with the Xilinx SPARTAN-3E XUP Starter Kit. More information on this can be found here: http://digital.ni.com/express.nsf/bycode/spartan3e

 

0 Kudos
Message 6 of 8
(3,568 Views)

we are designing the I2C,SPI & I2S BUS,we want to implement this on FPGA,this is not compatable to the gate we are using in the design,so how to convert this digital waves to boolean array

0 Kudos
Message 7 of 8
(3,514 Views)

If you intend to use one of the NI RIO hardware, you can go through the following tutorial to get an idea on how to go about the implementaion of I2C:

 

http://zone.ni.com/devzone/cda/tut/p/id/3479

You do not necessarily need to convert the 'digital waves' to boolean arrays, you can use sequence structures to change the states of the lines with correct timing as shown in this example.

 

 

You might also find the following links useful:

 

http://decibel.ni.com/content/docs/DOC-1151

 

http://zone.ni.com/devzone/cda/epd/p/id/4063

 

Hope this is of some help.

0 Kudos
Message 8 of 8
(3,487 Views)