Author |
Message |
Topic: Peripheral model |
PriyamvadAcharya
Replies: 1
Views: 4794
|
Forum: First time - readme Posted: Sun Dec 22, 2019 9:31 pm Subject: Peripheral model |
Hello DuncGraph,
In OVP peripheral C model can we give clock?
If yes,then how?
I want to build peripheral model for timer and as clock is needed in timer so I was searching if we can model be ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Thu Dec 19, 2019 1:53 am Subject: GPIO peripheral modelling |
Hello DuncGraph,
In Examples/SimulationControl/monitoringNets example,application code is writing and reading UART registers.
In harness.c file we have net callback which gets called when there ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Thu Dec 19, 2019 1:44 am Subject: GPIO peripheral modelling |
Application code can only access memory mapped spaces, so to generate signals into the GPIO you must have another device to drive these GPIO inputs.
You can create a test harness to do this as well ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Wed Dec 18, 2019 8:59 pm Subject: GPIO peripheral modelling |
Hello DuncGraph,
How can we drive input pins of gpio peripheral from application layer code if we are not using any external hardware.
With Regards,
Priyamvad |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Wed Dec 18, 2019 5:16 am Subject: Unable to build platform |
No, please read the manuals!
Hello DuncGraph,
If we want to connect multiple peripheral in OVP,then how can we do it?
I am explaining above question
Suppose if have two peripherals GPIO an ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Wed Dec 18, 2019 12:46 am Subject: Unable to build platform |
Hi, Sorry but I am not sure what you are wanting to know? The peripheral models represent real hardware with registers that are memory mapped and accessed by application software running on a processo ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Tue Dec 17, 2019 8:50 pm Subject: Unable to build platform |
The application software is writing to the registers of a UART peripheral model that is causing the transmission of characters onto the Tx net. The writing onto this net by the peripheral model causes ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Tue Dec 17, 2019 12:54 am Subject: Unable to build platform |
The module includes nets that are the UART Rx and Tx connections. These are monitored by the OP API calls in the harness so that when there is a change in the net values the callback triggers and prin ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Mon Dec 16, 2019 11:30 pm Subject: Unable to build platform |
Think of the hardware that the virtual platform represents ;-)
On the hardware the GPIO pins are connected to wires that go somewhere, software cannot see these wires! On the virtual platform the w ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Mon Dec 16, 2019 11:23 pm Subject: Unable to build platform |
Think of the hardware that the virtual platform represents ;-)
On the hardware the GPIO pins are connected to wires that go somewhere, software cannot see these wires! On the virtual platform the w ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Thu Dec 12, 2019 3:41 am Subject: Gpio Peripheral Modelling |
This is a very simple GPIO model that you are trying to create. Please have a look at one of the existing GPIO models which may help you.
If you open IMPERAS_HOME/ImperasLib/libraryREADME.html and ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Thu Dec 12, 2019 3:06 am Subject: Unable to build platform |
Hey DuncGraph,
Have you run my gpio peripheral model code in your machine?
What are the possible reasons for below error?
OVPsim (32-Bit) 20191106.0 from www.IMPERAS.com.
Copyright (c) 2005-20 ... |
Topic: Peripheral model |
PriyamvadAcharya
Replies: 0
Views: 7607
|
Forum: Getting started Posted: Wed Dec 11, 2019 3:58 am Subject: Peripheral model |
Hello all,
I am Implementing a peripheral model of gpio.
It consists of three directories:
1.Application:-consists of code to test peripheral
2.Module:consists of code to interface peripheral wit ... |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Wed Dec 11, 2019 1:47 am Subject: Unable to build platform |
I have sent you an emailI have sent you peripheral model code at <address>.
Thanks,
Priyamvad |
Topic: Unable to build platform |
PriyamvadAcharya
Replies: 28
Views: 31969
|
Forum: First time - readme Posted: Wed Dec 11, 2019 1:14 am Subject: Unable to build platform |
Hello DuncGraph,
I want to share gpio peripheral model with you so that you can run and check what is the reason for error while building it.
Please provide your e-mail where I can share files
... |
|